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

/freebsd-11.0-release/sys/kern/
H A Dkern_rctl.c90 static int rctl_throttle_pct2 = -1; variable
119 TUNABLE_INT("kern.racct.rctl.throttle_pct2", &rctl_throttle_pct2);
274 int error, val = rctl_throttle_pct2;
283 rctl_throttle_pct2 = val;
635 sleep_ratio = xmul(sleep_ratio, rctl_throttle_pct2) / 100;
2192 if (rctl_throttle_pct2 < 0)
2193 rctl_throttle_pct2 = 100;

Completed in 54 milliseconds