Searched refs:restart_queue (Results 1 – 2 of 2) sorted by relevance
661 if (STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()664 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()672 if (!STAILQ_EMPTY(&tptr->restart_queue)) in isp_atio_restart()676 STAILQ_CONCAT(&rq, &tptr->restart_queue); in isp_atio_restart()677 STAILQ_CONCAT(&tptr->restart_queue, &rq); in isp_atio_restart()679 return (!STAILQ_EMPTY(&tptr->restart_queue)); in isp_atio_restart()813 STAILQ_INIT(&tptr->restart_queue); in create_lun_state()836 while ((ntp = STAILQ_FIRST(&tptr->restart_queue)) != NULL) { in destroy_lun_state()838 STAILQ_REMOVE_HEAD(&tptr->restart_queue, next); in destroy_lun_state()1444 STAILQ_INSERT_TAIL(&tptr->restart_queue, ntp, next); in isp_handle_platform_atio7()[all …]
156 struct ntpdlist restart_queue; member