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