Searched refs:preemption_expected (Results 1 – 2 of 2) sorted by relevance
359 cpu_check_preempt_current(int cpu_id, bool preemption_expected) in cpu_check_preempt_current() argument362 … "%s: would preempt on cpu %d? %d, expecting to preempt? %d\n", preempting == preemption_expected ? in cpu_check_preempt_current()363 "PASS" : "FAIL", cpu_id, preempting, preemption_expected); in cpu_check_preempt_current()364 return preempting == preemption_expected; in cpu_check_preempt_current()
59 extern bool cpu_check_preempt_current(int cpu_id, bool preemption_expected);