Home
last modified time | relevance | path

Searched refs:scheduled_priority (Results 1 – 3 of 3) sorted by relevance

/src/sys/cam/
H A Dcam_periph.h139 uint32_t scheduled_priority; member
H A Dcam_xpt.c3184 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()
H A Dcam_periph.c253 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()