Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dclutch_runqueue.c39 SCHED_POLICY_PASS("Processor-bound threads win priority tie-breaker");
52SCHED_POLICY_PASS("Clutch root represented against processor-bound threads by highest pri thread i…
73 SCHED_POLICY_PASS("Aboveui vs. foreground ordered according to priority");
100 SCHED_POLICY_PASS("Basic EDF root bucket order respected");
119 SCHED_POLICY_PASS("Warping and Warp Windows respected");
131 SCHED_POLICY_PASS("Starvation Avoidance Mode respected");
159 SCHED_POLICY_PASS("Interactivity scores between Clutch buckets respected");
175 SCHED_POLICY_PASS("Priority correctly combined with interactivity scores to order Clutch buckets");
189 SCHED_POLICY_PASS("Clutch bucket FIFO order respected, for Clutch buckets with the same priority");
212 SCHED_POLICY_PASS("sched_pri order respected, for threads in the same Clutch bucket");
[all …]
H A Dedge_migration.c38 SCHED_POLICY_PASS("Cluster bound chooses bound cluster");
57 SCHED_POLICY_PASS("Cluster binding is soft");
75 SCHED_POLICY_PASS("Basic yield behavior on single pset");
88 SCHED_POLICY_PASS("Thread yields in order to steal from other psets");
112 SCHED_POLICY_PASS("Immediate IPIs to preempt P-cores");
127 SCHED_POLICY_PASS("Immediate IPIs to cluster homogeneous with preferred");
164 SCHED_POLICY_PASS("Correct recommended parallel width for all configurations");
H A Dedge_runqueue.c30 SCHED_POLICY_PASS("Shared resource threads enqueued as bound");
61SCHED_POLICY_PASS("Correct tiebreaking for aboveui vs. foreground and unbound vs. bound root bucke…
89 SCHED_POLICY_PASS("Cluster bound respects QoS level");
113 SCHED_POLICY_PASS("Unbound vs. bound tie-break");
125 SCHED_POLICY_PASS("Cluster bound threads don't use interactivity score");
/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_policy_darwintest.h47 #define SCHED_POLICY_PASS(message, ...) ({ \ macro