Searched refs:restart_queue (Results 1 – 2 of 2) sorted by relevance
668 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 …]
155 struct ntpdlist restart_queue; member