Searched refs:SCHED_POLICY_PASS (Results 1 – 4 of 4) sorted by relevance
39 SCHED_POLICY_PASS("Processor-bound threads win priority tie-breaker");52 …SCHED_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 …]
38 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");
30 SCHED_POLICY_PASS("Shared resource threads enqueued as bound");61 …SCHED_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");
47 #define SCHED_POLICY_PASS(message, ...) ({ \ macro