Searched refs:bg_bits (Results 1 – 1 of 1) sorted by relevance
406 uint32_t bg_bits = status & BG_MASK; in schedule_core() local407 bg_bits = ((bg_bits >> REQ_SHIFT) | (bg_bits >> PENDING_SHIFT)) & REQ_MASK; in schedule_core()416 bg_yield = ((bg_bits & desired_dev->mask) == 0); in schedule_core()420 if (bg_bits) { in schedule_core()421 int dev_id = mask_get_id(bg_bits); in schedule_core()