Searched refs:un_waitq_headp (Results 1 – 3 of 3) sorted by relevance
634 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()
5822 un->un_retry_bp->av_forw = un->un_waitq_headp; in sd_ddi_suspend()5823 un->un_waitq_headp = un->un_retry_bp; in sd_ddi_suspend()13863 if (un->un_waitq_headp == NULL) { in sd_add_buf_to_waitq()13865 un->un_waitq_headp = un->un_waitq_tailp = bp; in sd_add_buf_to_waitq()13901 ap = un->un_waitq_headp; in sd_add_buf_to_waitq()14083 } else if ((bp = un->un_waitq_headp) != NULL) {14122 un->un_waitq_headp = bp->av_forw;14123 if (un->un_waitq_headp == NULL) {14315 bp->av_forw = un->un_waitq_headp;14316 un->un_waitq_headp = bp;[all …]
278 struct buf *un_waitq_headp; member