Searched refs:un_waitq_headp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c691 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
764 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
835 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6296 un->un_retry_bp->av_forw = un->un_waitq_headp;
6297 un->un_waitq_headp = un->un_retry_bp;
14653 if (un->un_waitq_headp == NULL) {
14655 un->un_waitq_headp = un->un_waitq_tailp = bp;
14677 * The un->un_waitq_headp is an activity chain pointer on which
14691 ap = un->un_waitq_headp;
14873 } else if ((bp = un->un_waitq_headp) != NULL) {
14912 un->un_waitq_headp = bp->av_forw;
14913 if (un->un_waitq_headp == NULL) {
15105 bp->av_forw = un->un_waitq_headp;
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h246 struct buf *un_waitq_headp; member in struct:sd_lun

Completed in 110 milliseconds