Searched refs:cpu_util_without (Results 1 – 1 of 1) sorted by relevance
5541 static unsigned long cpu_util_without(int cpu, struct task_struct *p);5545 return max_t(long, capacity_of(cpu) - cpu_util_without(cpu, p), 0); in capacity_spare_without()6102 static unsigned long cpu_util_without(int cpu, struct task_struct *p) in cpu_util_without() function