Home
last modified time | relevance | path

Searched refs:random_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt44 'random_threshold <#nr_random_ios>'
152 dmsetup message <mapped device> 0 random_threshold 8
156 /dev/sdd 512 0 mq 4 sequential_threshold 1024 random_threshold 8"
158 sequential threshold set to 1024 and the random_threshold set to 8.
Dcache.txt309 mq 4 sequential_threshold 1024 random_threshold 8'
/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c59 int sequential_threshold, int random_threshold) in iot_init() argument
65 t->thresholds[PATTERN_RANDOM] = random_threshold; in iot_init()