Searched refs:st_add_to_queue (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 644 static void st_add_to_queue(buf_t **head, buf_t **tail, buf_t *end, buf_t *bp); 4418 st_add_to_queue(&un->un_quef, &un->un_quel, un->un_quel, bp); in st_queued_strategy() 6583 st_add_to_queue(&un->un_runqf, &un->un_runql, un->un_runql, bp); in st_start() 6686 st_add_to_queue(&un->un_quef, &un->un_quel, un->un_quef, bp); in st_handle_start_busy() 9689 st_add_to_queue(&un->un_runqf, &un->un_runql, in st_intr() 10159 st_add_to_queue(&un->un_quef, &un->un_quel, un->un_quef, bp); in st_handle_intr_busy() 18169 st_add_to_queue(buf_t **head, buf_t **tail, buf_t *end, buf_t *bp) in st_add_to_queue() function
|