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

/linux-master/kernel/sched/
H A Dfair.c2599 * When adapting the scan rate, the period is divided into NUMA_PERIOD_SLOTS
2602 * below NUMA_PERIOD_THRESHOLD (where range of ratio is 1..NUMA_PERIOD_SLOTS)
2605 #define NUMA_PERIOD_SLOTS 10 macro
2647 period_slot = DIV_ROUND_UP(p->numa_scan_period, NUMA_PERIOD_SLOTS);
2648 lr_ratio = (local * NUMA_PERIOD_SLOTS) / (local + remote);
2649 ps_ratio = (private * NUMA_PERIOD_SLOTS) / (private + shared);

Completed in 155 milliseconds