Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1231 unsigned long smax; in task_scan_max() local
1235 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max()
1242 unsigned long period = smax; in task_scan_max()
1248 smax = max(smax, period); in task_scan_max()
1251 return max(smin, smax); in task_scan_max()

Completed in 15 milliseconds