HomeSort by relevance Sort by last modified time
    Searched defs:syncq (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
streams.c 78 { SF(QPAIR), "per queue-pair syncq" },
79 { SF(QPERQ), "per queue-instance syncq" },
80 { SF(QPERMOD), "per module syncq" },
100 * Syncq flags
107 { SF(SQ_MESSAGES), "There are messages on syncq" },
110 { SF(SQ_EVENTS), "There are events on syncq" },
115 * Syncq types
363 uintptr_t syncq = 0; local
383 's', MDB_OPT_UINTPTR, &syncq,
391 if (flag != NULL || not_flag != NULL || mod != NULL || syncq != NULL
479 syncq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
strsubr.h 353 * syncq's for the module point (through sq_outer) to an outer perimeter
354 * syncq. The outer perimeter consists of the doubly linked list (sq_onext and
355 * sq_oprev) linking all the inner perimeter syncq's with out outer perimeter
356 * syncq. This is used to implement qwriter(OUTER) (an asynchronous way of
439 struct syncq { struct
440 kmutex_t sq_lock; /* atomic access to syncq */
444 * Distributed syncq scheduling
453 mblk_t *sq_evhead; /* Event message on the syncq */
459 uint16_t sq_type; /* type (concurrency) of syncq */
472 * Links forming an outer perimeter from one outer syncq an
    [all...]

Completed in 60 milliseconds