Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.c668 if (STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()
671 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()
679 if (!STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()
683 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()
684 STAILQ_CONCAT(&tptr->restart_queue, &rq); in isp_atio_restart()
686 return (!STAILQ_EMPTY(&tptr->restart_queue)); in isp_atio_restart()
820 STAILQ_INIT(&tptr->restart_queue); in create_lun_state()
843 while ((ntp = STAILQ_FIRST(&tptr->restart_queue)) != NULL) { in destroy_lun_state()
845 STAILQ_REMOVE_HEAD(&tptr->restart_queue, next); in destroy_lun_state()
1451 STAILQ_INSERT_TAIL(&tptr->restart_queue, ntp, next); in isp_handle_platform_atio7()
[all …]
H A Disp_freebsd.h155 struct ntpdlist restart_queue; member