Home
last modified time | relevance | path

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

/block/
DKconfig.iosched31 and low latency working environment, suitable for both desktop
78 The Kyber I/O scheduler is a low-overhead scheduler suitable for
90 also guarantees a low latency to interactive and soft
DKconfig120 bool "Block throttling .low limit interface support (EXPERIMENTAL)"
124 Add .low limit interface for block throttling. The low limit is a best
Dgenhd.c444 int low = minor & (1 << i); in blk_mangle_minor() local
448 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()
Dblk-throttle.c285 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td) in throtl_adjusted_limit() argument
292 return low + (low >> 1) * td->scale; in throtl_adjusted_limit()