Lines Matching refs:yield_count
290 u32 yield_count;
302 yield_count = yield_count_of(owner);
304 if ((yield_count & 1) == 0)
324 yield_to_preempted(owner, yield_count);
387 u32 yield_count;
405 yield_count = yield_count_of(yield_cpu);
406 if ((yield_count & 1) == 0)
422 yield_to_preempted(yield_cpu, yield_count);
432 yield_count = yield_count_of(prev_cpu);
433 if ((yield_count & 1) == 0)
444 yield_to_preempted(prev_cpu, yield_count);