Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c1117 static unsigned long weighted_cpuload(const int cpu);
1149 ns->load += weighted_cpuload(cpu); in update_numa_stats()
4346 static unsigned long weighted_cpuload(const int cpu) in weighted_cpuload() function
4372 unsigned long load = weighted_cpuload(cpu_of(this_rq)); in update_idle_cpu_load()
4418 unsigned long load = weighted_cpuload(cpu_of(this_rq)); in update_cpu_load_active()
4436 unsigned long total = weighted_cpuload(cpu); in source_load()
4451 unsigned long total = weighted_cpuload(cpu); in target_load()
4473 unsigned long load_avg = weighted_cpuload(cpu); in cpu_avg_load_per_task()
4823 load = weighted_cpuload(i); in find_idlest_cpu()
6329 sgs->sum_weighted_load += weighted_cpuload(i); in update_sg_lb_stats()
[all …]