Searched refs:SCHED_POLICY_PASS (Results 1 – 5 of 5) 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");155 SCHED_POLICY_PASS("Stir-the-pot successfully initiated by P-core and completed");188 SCHED_POLICY_PASS("Stir-the-pot successfully initiated by E-core and completed");212 SCHED_POLICY_PASS("Immediate IPIs to preempt P-cores");227 SCHED_POLICY_PASS("Immediate IPIs to cluster homogeneous with preferred");264 SCHED_POLICY_PASS("Correct recommended parallel width for all configurations");360 SCHED_POLICY_PASS("Rebalance mechanisms kicking in!");[all …]
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");
49 SCHED_POLICY_PASS("Cluster bound chooses bound cluster");66 SCHED_POLICY_PASS("Cluster binding is soft");148 SCHED_POLICY_PASS("sched_rt_choose_processor selects the right pset");215 SCHED_POLICY_PASS("Realtime spill orders are computed correctly.");261 SCHED_POLICY_PASS("thread_avoid_processor works for realtime threads");349 SCHED_POLICY_PASS("Verified realtime thread selection");395 SCHED_POLICY_PASS("Realtime followup IPIs work");
47 #define SCHED_POLICY_PASS(message, ...) ({ \ macro