Searched refs:preempting (Results 1 – 2 of 2) sorted by relevance
361 bool preempting = impl_processor_csw_check(cpu_id); in cpu_check_preempt_current() local362 …fprintf(_log, "%s: would preempt on cpu %d? %d, expecting to preempt? %d\n", preempting == preempt… 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()
286 …ng the slower core send its thread to the P-core involved in the swap, preempting the P-core threa…