Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-bufio.c917 unsigned long *threshold_buffers, in __get_memory_limit() argument
939 *threshold_buffers = mult_frac(buffers, in __get_memory_limit()
951 unsigned long threshold_buffers, limit_buffers; in __check_watermark() local
953 __get_memory_limit(c, &threshold_buffers, &limit_buffers); in __check_watermark()
967 if (c->n_buffers[LIST_DIRTY] > threshold_buffers) in __check_watermark()