Searched refs:scheduled_priority (Results 1 – 3 of 3) sorted by relevance
139 uint32_t scheduled_priority; member
3184 if (new_priority < periph->scheduled_priority) { in xpt_schedule()3185 periph->scheduled_priority = new_priority; in xpt_schedule()3265 while ((prio = min(periph->scheduled_priority, in xpt_run_allocq()3292 periph->scheduled_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
253 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()