Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c313 sched_policy_dump_metadata());
320 "if not there already %s", sched_policy_dump_metadata());
326 sched_policy_dump_metadata());
336 sched_policy_dump_metadata());
369 "thread to preferred type if not already there %s", sched_policy_dump_metadata());
834 sched_policy_dump_metadata());
843 sched_policy_dump_metadata());
855 "preferred pset %s", sched_policy_dump_metadata());
870 sched_policy_dump_metadata());
878 sched_policy_dump_metadata());
[all …]
/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_policy_darwintest.h92 sched_policy_dump_metadata(void) in sched_policy_dump_metadata() function