Lines Matching defs:syncq
439 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
492 struct syncq *sq_next; /* for syncq scheduling */ argument
498 * Maximum priority of the queues on this syncq. argument
502 typedef struct syncq syncq_t; argument