Searched defs:syncq (Results 1 – 2 of 2) sorted by relevance
439 struct syncq { struct440 kmutex_t sq_lock; /* atomic access to syncq */ argument444 * Distributed syncq scheduling argument453 mblk_t *sq_evhead; /* Event message on the syncq */ argument459 uint16_t sq_type; /* type (concurrency) of syncq */ argument472 * Links forming an outer perimeter from one outer syncq and argument475 struct syncq *sq_outer; /* Pointer to outer perimeter */ argument476 struct syncq *sq_onext; /* Linked list of syncq's making */ argument477 struct syncq *sq_oprev; /* up the outer perimeter. */ argument488 * These two fields are used for scheduling a syncq for argument[all …]
363 uintptr_t syncq = 0; in queue() local479 syncq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in syncq() function