Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt44 'random_threshold <#nr_random_ios>'
91 dmsetup message <mapped device> 0 random_threshold 8
95 /dev/sdd 512 0 mq 4 sequential_threshold 1024 random_threshold 8"
97 sequential threshold set to 1024 and the random_threshold set to 8.
Dcache.txt298 mq 4 sequential_threshold 1024 random_threshold 8'
/linux-4.1.27/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()