Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c2632 * When adapting the scan rate, the period is divided into NUMA_PERIOD_SLOTS
2635 * below NUMA_PERIOD_THRESHOLD (where range of ratio is 1..NUMA_PERIOD_SLOTS)
2638 #define NUMA_PERIOD_SLOTS 10 macro
2680 period_slot = DIV_ROUND_UP(p->numa_scan_period, NUMA_PERIOD_SLOTS); in update_task_scan_period()
2681 lr_ratio = (local * NUMA_PERIOD_SLOTS) / (local + remote); in update_task_scan_period()
2682 ps_ratio = (private * NUMA_PERIOD_SLOTS) / (private + shared); in update_task_scan_period()