Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dfair.c6682 static unsigned long cpu_util_without(int cpu, struct task_struct *p) in cpu_util_without() function
6780 return max_t(long, capacity_of(cpu) - cpu_util_without(cpu, p), 0); in capacity_spare_without()
9118 sgs->group_util += cpu_util_without(i, p); in update_sg_wakeup_stats()