Searched refs:un_waitq_headp (Results 1 – 3 of 3) sorted by relevance
691 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in sd_callback()764 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_sd_state()835 process_sdlun_waitq((uintptr_t)sdLun.un_waitq_headp, silent); in dcmd_ssd_state()
6309 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()6310 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()14658 if (un->un_waitq_headp == NULL) {14660 un->un_waitq_headp = un->un_waitq_tailp = bp;14696 ap = un->un_waitq_headp;14878 } else if ((bp = un->un_waitq_headp) != NULL) {14917 un->un_waitq_headp = bp->av_forw;14918 if (un->un_waitq_headp == NULL) {15110 bp->av_forw = un->un_waitq_headp;15111 un->un_waitq_headp = bp;[all …]
246 struct buf *un_waitq_headp; member