Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h457 struct syncq { struct
458 kmutex_t sq_lock; /* atomic access to syncq */ argument
462 * Distributed syncq scheduling argument
471 mblk_t *sq_evhead; /* Event message on the syncq */ argument
477 uint16_t sq_type; /* type (concurrency) of syncq */ argument
490 * Links forming an outer perimeter from one outer syncq and argument
495 struct syncq *sq_oprev; /* up the outer perimeter. */ argument
506 * These two fields are used for scheduling a syncq for argument
510 struct syncq *sq_next; /* for syncq scheduling */ argument
516 * Maximum priority of the queues on this syncq. argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c367 uintptr_t syncq = 0; in queue() local
483 syncq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in syncq() function