Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c1822 unsigned int now, start, th_period, unit_th, th; in numa_promotion_adjust_threshold() local
1834 unit_th = ref_th * 2 / NUMA_MIGRATION_ADJUST_STEPS; in numa_promotion_adjust_threshold()
1837 th = max(th - unit_th, unit_th); in numa_promotion_adjust_threshold()
1839 th = min(th + unit_th, ref_th * 2); in numa_promotion_adjust_threshold()