Home
last modified time | relevance | path

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

/kernel/sched/
Dtune.h17 int schedtune_cpu_boost(int cpu);
29 #define schedtune_cpu_boost(cpu) get_sysctl_sched_cfs_boost() macro
44 #define schedtune_cpu_boost(cpu) 0 macro
Dtune.c516 int schedtune_cpu_boost(int cpu) in schedtune_cpu_boost() function
Dfair.c5172 int boost = schedtune_cpu_boost(cpu); in schedtune_cpu_margin()