Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c5675 static unsigned long cpu_util_wake(int cpu, struct task_struct *p);
5679 return max_t(long, capacity_of(cpu) - cpu_util_wake(cpu, p), 0); in capacity_spare_wake()
6220 static unsigned long cpu_util_wake(int cpu, struct task_struct *p) in cpu_util_wake() function