Searched refs:low (Results 1 – 4 of 4) sorted by relevance
31 and low latency working environment, suitable for both desktop78 The Kyber I/O scheduler is a low-overhead scheduler suitable for90 also guarantees a low latency to interactive and soft
120 bool "Block throttling .low limit interface support (EXPERIMENTAL)"124 Add .low limit interface for block throttling. The low limit is a best
444 int low = minor & (1 << i); in blk_mangle_minor() local448 minor ^= low | high; /* clear both bits */ in blk_mangle_minor()449 low <<= distance; /* swap the positions */ in blk_mangle_minor()451 minor |= low | high; /* and set */ in blk_mangle_minor()
285 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td) in throtl_adjusted_limit() argument292 return low + (low >> 1) * td->scale; in throtl_adjusted_limit()