Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dedge_migration.c103 ret = ipi_expect(dst_pcore, TEST_IPI_IDLE);
110 ret = ipi_expect(dst_pcore, TEST_IPI_IMMEDIATE);
119 ret = ipi_expect(dst_ecore, TEST_IPI_IDLE);
125 ret = ipi_expect(dst_ecore, TEST_IPI_IMMEDIATE);
/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_migration_harness.h54 extern bool ipi_expect(int cpu_id, test_ipi_type_t ipi_type);
H A Dsched_migration_harness.c76 ipi_expect(int cpu_id, test_ipi_type_t ipi_type) in ipi_expect() function