Searched refs:st_remove_from_queue (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 643 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() 9152 (void) st_remove_from_queue(&un->un_quef, &un->un_quef, bp); in st_intr_restart() 10158 (void) st_remove_from_queue(&un->un_runqf, &un->un_runql, bp); in st_handle_intr_busy() 18139 st_remove_from_queue(buf_t **head, buf_t **tail, buf_t *bp) in st_remove_from_queue() function
|