Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst77 - watermark_scale_factor
954 To make it sensible with respect to the watermark_scale_factor
964 watermark_scale_factor chapter
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c2950 .data = &watermark_scale_factor,
2951 .maxlen = sizeof(watermark_scale_factor),
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2628 extern int watermark_scale_factor;
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c355 int watermark_scale_factor = 10; variable
8145 watermark_scale_factor, 10000)); in __setup_per_zone_wmarks()