Searched refs:smax (Results 1 – 2 of 2) sorted by relevance
362 int smax; /* Max # of symbols. */ member
1118 unsigned long smax; in task_scan_max() local1121 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max()1128 unsigned long period = smax; in task_scan_max()1134 smax = max(smax, period); in task_scan_max()1137 return max(smin, smax); in task_scan_max()