Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c643 static buf_t *st_remove_from_queue(buf_t **head, buf_t **tail, buf_t *bp);
6582 (void) st_remove_from_queue(&un->un_quef, &un->un_quel, bp); in st_start()
6701 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp); in st_handle_start_busy()
6774 (void) st_remove_from_queue(&un->un_quef, &un->un_quel, in st_runout()
6831 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp); in st_done_and_mutex_exit()
9153 (void) st_remove_from_queue(&un->un_quef, &un->un_quef, bp); in st_intr_restart()
10159 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp); in st_handle_intr_busy()
18141 st_remove_from_queue(buf_t **head, buf_t **tail, buf_t *bp) in st_remove_from_queue() function