Home
last modified time | relevance | path

Searched refs:rctl_throttle_max (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_rctl.c89 static int rctl_throttle_max = -1; variable
115 TUNABLE_INT("kern.racct.rctl.throttle_max", &rctl_throttle_max);
234 if (val < 1 || val > rctl_throttle_max) in rctl_throttle_min_sysctl()
246 int error, val = rctl_throttle_max; in rctl_throttle_max_sysctl()
255 rctl_throttle_max = val; in rctl_throttle_max_sysctl()
604 racct_proc_throttle(p, rctl_throttle_max); in rctl_enforce()
654 if (sleep_ms > rctl_throttle_max) in rctl_enforce()
655 sleep_ms = rctl_throttle_max; in rctl_enforce()
2202 if (rctl_throttle_max < rctl_throttle_min) in rctl_init()
2203 rctl_throttle_max = 2 * hz; in rctl_init()