Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dedge_migration.c115 ret = ipi_expect(e_cpu, TEST_IPI_IMMEDIATE);
152 ret = ipi_expect(e_cpu, TEST_IPI_IMMEDIATE);
203 ret = ipi_expect(dst_pcore, TEST_IPI_IDLE);
210 ret = ipi_expect(dst_pcore, TEST_IPI_IMMEDIATE);
219 ret = ipi_expect(dst_ecore, TEST_IPI_IDLE);
225 ret = ipi_expect(dst_ecore, TEST_IPI_IMMEDIATE);
H A Drt_migration.c382 ret = ipi_expect(idle_cpu, TEST_IPI_DEFERRED);
/xnu-12377.41.6/tests/sched/sched_test_harness/
H A Dsched_migration_harness.h61 extern bool ipi_expect(int cpu_id, test_ipi_type_t ipi_type);
H A Dsched_migration_harness.c117 ipi_expect(int cpu_id, test_ipi_type_t ipi_type) in ipi_expect() function