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