Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/
H A Drt_migration.c235 sched_policy_dump_metadata());
243 sched_policy_dump_metadata());
254 "preferred pset %s", sched_policy_dump_metadata());
324 …t, "when deadlines are equal, prefer thread from local runqueue %s", sched_policy_dump_metadata());
328 …ce_steal_allowed, "steal allowed between psets of the same type %s", sched_policy_dump_metadata());
331 …t, "steal because the other pset has an earlier-deadline thread %s", sched_policy_dump_metadata());
334 …cal runqueue because no earlier-deadline threads on other psets %s", sched_policy_dump_metadata());
336 …eal_allowed, "steal disallowed between psets of different types %s", sched_policy_dump_metadata());
339 …ret, "take later-deadline thread because policy disallows steal %s", sched_policy_dump_metadata());
342 T_QUIET; T_ASSERT_TRUE(ret, "removed stealable thread %s", sched_policy_dump_metadata());
[all …]
H A Dedge_migration.c291 sched_policy_dump_metadata());
298 "if not there already %s", sched_policy_dump_metadata());
302 sched_policy_dump_metadata());
312 sched_policy_dump_metadata());
345 "thread to preferred type if not already there %s", sched_policy_dump_metadata());
394 sched_policy_dump_metadata());
403 sched_policy_dump_metadata());
415 "preferred pset %s", sched_policy_dump_metadata());
430 sched_policy_dump_metadata());
438 sched_policy_dump_metadata());
[all …]
/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_policy_darwintest.h92 sched_policy_dump_metadata(void) in sched_policy_dump_metadata() function