Searched refs:cpu_check_should_yield (Results 1 – 3 of 3) sorted by relevance
70 ret = cpu_check_should_yield(0, false);73 ret = cpu_check_should_yield(0, true);81 ret = cpu_check_should_yield(0, true);86 ret = cpu_check_should_yield(pset_id_to_cpu_id(1), false);
63 extern bool cpu_check_should_yield(int cpu_id, bool yield_expected);
129 cpu_check_should_yield(int cpu_id, bool yield_expected) in cpu_check_should_yield() function