Searched refs:rctl_throttle_min (Results 1 – 1 of 1) sorted by relevance
88 static int rctl_throttle_min = -1; variable229 int error, val = rctl_throttle_min; in rctl_throttle_min_sysctl()238 rctl_throttle_min = val; in rctl_throttle_min_sysctl()251 if (val < rctl_throttle_min) in rctl_throttle_max_sysctl()629 if (sleep_ms < rctl_throttle_min * rule->rr_amount) in rctl_enforce()630 sleep_ms = rctl_throttle_min * rule->rr_amount; in rctl_enforce()664 KASSERT(sleep_ms >= rctl_throttle_min, ("%s: %ju < %d\n", in rctl_enforce()665 __func__, (uintmax_t)sleep_ms, rctl_throttle_min)); in rctl_enforce()2200 if (rctl_throttle_min < 1) in rctl_init()2201 rctl_throttle_min = 1; in rctl_init()[all …]