Home
last modified time | relevance | path

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.c634 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in sd_callback()
701 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_sd_state()
766 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_ssd_state()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13863 if (un->un_waitq_headp == NULL) { in sd_add_buf_to_waitq()
13901 ap = un->un_waitq_headp; in sd_add_buf_to_waitq()
14122 un->un_waitq_headp = bp->av_forw;
14123 if (un->un_waitq_headp == NULL) {
14316 un->un_waitq_headp = bp;
14911 bp->av_forw = un->un_waitq_headp;
14912 un->un_waitq_headp = bp;
15315 un->un_waitq_headp->av_forw = bp;
15321 bp->av_forw = un->un_waitq_headp;
15322 un->un_waitq_headp = bp;
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h278 struct buf *un_waitq_headp; member