Home
last modified time | relevance | path

Searched refs:un_ncmds (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c708 while (un->un_ncmds) { in dcddetach()
780 if (un->un_ncmds) { in dcd_dr_detach()
832 if ((un->un_ncmds) && (level != DCD_DEVICE_ACTIVE)) { in dcdpower()
1468 if (un->un_ncmds == 0) { in dcd_ready_and_valid()
1996 un->un_ncmds, un->un_throttle, (void *)dp->b_forw); in dcdstrategy()
1997 ASSERT(un->un_ncmds >= 0); in dcdstrategy()
1999 if ((un->un_ncmds < un->un_throttle) && (dp->b_forw == NULL)) { in dcdstrategy()
2025 if ((un->un_ncmds < un->un_throttle) && in dcdstrategy()
2076 un->un_ncmds++; in dcdstart()
2097 un->un_ncmds--; in dcdstart()
[all …]
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h142 short un_ncmds; /* number of cmds in transport */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c964 if (un->un_ncmds || un->un_quef) { in st_attach()
1259 (un->un_ncmds != 0) || (un->un_quef != NULL) || in st_detach()
1478 while (un->un_ncmds || un->un_quef || in st_detach()
4855 while ((un->un_ncmds) || (un->un_quef) || (un->un_runqf)) { in st_wait_for_io()
6483 if ((un->un_throttle <= 0) || (un->un_ncmds >= un->un_throttle)) { in st_start()
6490 un->un_throttle, un->un_ncmds); in st_start()
6491 if (un->un_ncmds == 0) { in st_start()
6594 un->un_ncmds++; in st_start()
6693 un->un_ncmds--; in st_handle_start_busy()
6833 un->un_ncmds--; in st_done_and_mutex_exit()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h994 uchar_t un_ncmds; /* number of commands outstanding */ member