Searched refs:rctl_throttle_max (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_rctl.c88 static int rctl_throttle_max = -1; variable
111 TUNABLE_INT("kern.racct.rctl.throttle_max", &rctl_throttle_max);
228 if (val < 1 || val > rctl_throttle_max)
240 int error, val = rctl_throttle_max;
249 rctl_throttle_max = val;
643 if (sleep_ms > rctl_throttle_max)
644 sleep_ms = rctl_throttle_max;
2186 * declaration, except for the rctl_throttle_max - we cannot
2191 if (rctl_throttle_max < rctl_throttle_min)
2192 rctl_throttle_max
[all...]

Completed in 110 milliseconds