Home
last modified time | relevance | path

Searched defs:syncq (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h439 struct syncq { struct
440 kmutex_t sq_lock; /* atomic access to syncq */ argument
444 * Distributed syncq scheduling argument
453 mblk_t *sq_evhead; /* Event message on the syncq */ argument
459 uint16_t sq_type; /* type (concurrency) of syncq */ argument
472 * Links forming an outer perimeter from one outer syncq and argument
475 struct syncq *sq_outer; /* Pointer to outer perimeter */ argument
476 struct syncq *sq_onext; /* Linked list of syncq's making */ argument
477 struct syncq *sq_oprev; /* up the outer perimeter. */ argument
488 * These two fields are used for scheduling a syncq for argument
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c363 uintptr_t syncq = 0; in queue() local
479 syncq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in syncq() function