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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h134 uint32_t scheduled_priority; member in struct:cam_periph
H A Dcam_xpt.c3158 if (new_priority < periph->scheduled_priority) {
3159 periph->scheduled_priority = new_priority;
3239 while ((prio = min(periph->scheduled_priority,
3267 periph->scheduled_priority = CAM_PRIORITY_NONE;
H A Dcam_periph.c252 periph->scheduled_priority = CAM_PRIORITY_NONE;

Completed in 176 milliseconds