Searched refs:low (Results 1 – 4 of 4) sorted by relevance
16 The Kyber I/O scheduler is a low-overhead scheduler suitable for27 also guarantees a low latency to interactive and soft
87 bool "Block throttling .low limit interface support (EXPERIMENTAL)"90 Add .low limit interface for block throttling. The low limit is a best
387 s64 low; member766 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()2299 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()2473 if (margin >= iocg->saved_margin || margin >= margins->low || in adjust_inuse_and_calc_cost()
289 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td) in throtl_adjusted_limit() argument296 return low + (low >> 1) * td->scale; in throtl_adjusted_limit()