Home
last modified time | relevance | path

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

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