Home
last modified time | relevance | path

Searched refs:idle_cpu (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/sched/
H A Drt_migration.c368 for (int idle_cpu = 0; idle_cpu < topo.total_cpus; idle_cpu++) { variable
369 if (target_cpu == idle_cpu) {
373 sched_policy_push_metadata("idle_cpu", idle_cpu);
375 test_thread_t saved_idle_thread = cpu_clear_thread_current(idle_cpu);
381 …if (topo.psets[cpu_id_to_pset_id(idle_cpu)].cpu_type == topo.psets[cpu_id_to_pset_id(target_cpu)].…
382 ret = ipi_expect(idle_cpu, TEST_IPI_DEFERRED);
389 cpu_set_thread_current(idle_cpu, saved_idle_thread);