Searched refs:low (Results 1 – 5 of 5) sorted by relevance
22 The Kyber I/O scheduler is a low-overhead scheduler suitable for33 also guarantees a low latency to interactive and soft
107 bool "Block throttling .low limit interface support (EXPERIMENTAL)"110 Add .low limit interface for block throttling. The low limit is a best
547 int low = minor & (1 << i); in blk_mangle_minor() local551 minor ^= low | high; /* clear both bits */ in blk_mangle_minor()552 low <<= distance; /* swap the positions */ in blk_mangle_minor()554 minor |= low | high; /* and set */ in blk_mangle_minor()
389 s64 low; member768 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()2254 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()2451 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()