Home
last modified time | relevance | path

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

/block/
DKconfig.iosched16 The Kyber I/O scheduler is a low-overhead scheduler suitable for
27 also guarantees a low latency to interactive and soft
DKconfig87 bool "Block throttling .low limit interface support (EXPERIMENTAL)"
90 Add .low limit interface for block throttling. The low limit is a best
Dblk-iocost.c387 s64 low; member
766 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()
Dblk-throttle.c289 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td) in throtl_adjusted_limit() argument
296 return low + (low >> 1) * td->scale; in throtl_adjusted_limit()