Searched refs:preemption_expected (Results 1 – 2 of 2) sorted by relevance
246 check_preempt_current(bool preemption_expected) in check_preempt_current() argument249 …intf(_log, "%s: would preempt? %d, expecting to preempt? %d\n", preempting == preemption_expected ? in check_preempt_current()250 "PASS" : "FAIL", preempting, preemption_expected); in check_preempt_current()251 return preempting == preemption_expected; in check_preempt_current()
36 extern bool check_preempt_current(bool preemption_expected);