Searched refs:restart_queue (Results 1 – 2 of 2) sorted by relevance
802 if (STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()805 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()820 if (!STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()824 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()825 STAILQ_CONCAT(&tptr->restart_queue, &rq); in isp_atio_restart()827 return (!STAILQ_EMPTY(&tptr->restart_queue)); in isp_atio_restart()976 STAILQ_INIT(&tptr->restart_queue); in create_lun_state()1003 STAILQ_REMOVE_HEAD(&tptr->restart_queue, next); in destroy_lun_state()1775 STAILQ_INSERT_TAIL(&tptr->restart_queue, ntp, next); in isp_handle_platform_atio2()1943 STAILQ_INSERT_TAIL(&tptr->restart_queue, ntp, next); in isp_handle_platform_atio7()[all …]
164 struct ntpdlist restart_queue; member