Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dfair.c5541 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