Home
last modified time | relevance | path

Searched refs:cmd_waitq_level (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c240 gcmdp->cmd_waitq_level++; in ghd_waitq_shuffle_up()
267 switch (gcmdp->cmd_waitq_level) { in ghd_waitq_delete()
308 (void *)gcmdp, (void *)qp, gcmdp->cmd_waitq_level)); in ghd_waitq_delete()
385 gcmdp->cmd_waitq_level++; in ghd_waitq_process_and_mutex_hold()
398 gcmdp->cmd_waitq_level--; in ghd_waitq_process_and_mutex_hold()
H A Dghd_debug.c89 P->cmd_state, P->cmd_waitq_level, P->cmd_flags); in ghd_dump_gcmd()
H A Dghd.h102 ulong_t cmd_waitq_level; /* which wait Q this request is on */ member
H A Dghd.c768 gcmdp->cmd_waitq_level = 1; in ghd_transport()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h96 uint32_t cmd_waitq_level; /* which wait Q this request is on */ member