Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Didle.c232 static unsigned int llc_weight(s32 cpu) in llc_weight() function
328 if (llc_weight(cpu) != numa_weight(cpu)) in llc_numa_mismatch()
362 nr_cpus = llc_weight(cpu); in scx_idle_update_selcpu_topology()
367 cpumask_pr_args(llc_span(cpu)), llc_weight(cpu)); in scx_idle_update_selcpu_topology()
/linux/kernel/sched/
H A Dfair.c12576 int llc_weight, pct; in update_idle_cpu_scan() local
12623 llc_weight = sd->span_weight; in update_idle_cpu_scan()
12624 do_div(x, llc_weight); in update_idle_cpu_scan()
12634 y *= llc_weight; in update_idle_cpu_scan()