Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c3282 static unsigned int llc_weight(s32 cpu) in llc_weight() function
3378 if (llc_weight(cpu) != numa_weight(cpu)) in llc_numa_mismatch()
3412 nr_cpus = llc_weight(cpu); in update_selcpu_topology()
3417 cpumask_pr_args(llc_span(cpu)), llc_weight(cpu)); in update_selcpu_topology()
H A Dfair.c10933 int llc_weight, pct; in update_idle_cpu_scan() local
10946 llc_weight = per_cpu(sd_llc_size, env->dst_cpu); in update_idle_cpu_scan()
10947 if (env->sd->span_weight != llc_weight) in update_idle_cpu_scan()
10984 do_div(x, llc_weight); in update_idle_cpu_scan()
10994 y *= llc_weight; in update_idle_cpu_scan()