Home
last modified time | relevance | path

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

/src/sys/dev/isp/
H A Disp_freebsd.c669 if (STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()
672 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()
680 if (!STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()
684 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()
685 STAILQ_CONCAT(&tptr->restart_queue, &rq); in isp_atio_restart()
687 return (!STAILQ_EMPTY(&tptr->restart_queue)); in isp_atio_restart()
839 STAILQ_INIT(&tptr->restart_queue); in create_lun_state()
862 while ((ntp = STAILQ_FIRST(&tptr->restart_queue)) != NULL) { in destroy_lun_state()
864 STAILQ_REMOVE_HEAD(&tptr->restart_queue, next); in destroy_lun_state()
1470 STAILQ_INSERT_TAIL(&tptr->restart_queue, ntp, next); in isp_handle_platform_atio7()
[all …]
H A Disp_freebsd.h155 struct ntpdlist restart_queue; member