Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c2846 long diff, f_diff, f_weight; in task_numa_placement() local
2865 f_weight = div64_u64(runtime << 16, period + 1); in task_numa_placement()
2866 f_weight = (f_weight * p->numa_faults[cpubuf_idx]) / in task_numa_placement()
2868 f_diff = f_weight - p->numa_faults[cpu_idx] / 2; in task_numa_placement()