Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c2236 * When adapting the scan rate, the period is divided into NUMA_PERIOD_SLOTS
2239 * below NUMA_PERIOD_THRESHOLD (where range of ratio is 1..NUMA_PERIOD_SLOTS)
2242 #define NUMA_PERIOD_SLOTS 10 macro
2281 period_slot = DIV_ROUND_UP(p->numa_scan_period, NUMA_PERIOD_SLOTS); in update_task_scan_period()
2282 lr_ratio = (local * NUMA_PERIOD_SLOTS) / (local + remote); in update_task_scan_period()
2283 ps_ratio = (private * NUMA_PERIOD_SLOTS) / (private + shared); in update_task_scan_period()

Completed in 14 milliseconds