Home
last modified time | relevance | path

Searched full:cpu_load (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dfair.c2062 static unsigned long cpu_load(struct rq *rq);
2126 ns->load += cpu_load(rq); in update_numa_stats()
7206 static unsigned long cpu_load(struct rq *rq) in cpu_load() function
7231 return cpu_load(rq); in cpu_load_without()
7367 this_eff_load = cpu_load(cpu_rq(this_cpu)); in wake_affine_weight()
7385 prev_eff_load = cpu_load(cpu_rq(prev_cpu)); in wake_affine_weight()
7475 load = cpu_load(cpu_rq(i)); in sched_balance_find_dst_group_cpu()
10364 unsigned long load = cpu_load(rq); in update_sg_lb_stats()
11501 * When comparing with load imbalance, use cpu_load() in sched_balance_find_src_rq()
11504 load = cpu_load(rq); in sched_balance_find_src_rq()
[all …]