Home
last modified time | relevance | path

Searched refs:strict_limit (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A 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);
H A 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()
/kernel/linux/linux-6.6/include/linux/
H A Dbacking-dev.h115 int bdi_set_strict_limit(struct backing_dev_info *bdi, unsigned int strict_limit);

Completed in 9 milliseconds