Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dbacking-dev.c308 unsigned int strict_limit; in strict_limit_store() local
311 ret = kstrtouint(buf, 10, &strict_limit); in strict_limit_store()
315 ret = bdi_set_strict_limit(bdi, strict_limit); in strict_limit_store()
330 static DEVICE_ATTR_RW(strict_limit);
Dpage-writeback.c798 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit) in bdi_set_strict_limit() argument
800 if (strict_limit > 1) in bdi_set_strict_limit()
804 if (strict_limit) in bdi_set_strict_limit()
/Linux-v6.6/include/linux/
Dbacking-dev.h115 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit);
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-bdi116 What: /sys/class/bdi/<bdi>/strict_limit