Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddrop_caches.c14 int sysctl_drop_caches; variable
53 if (sysctl_drop_caches & 1) { in drop_caches_sysctl_handler()
57 if (sysctl_drop_caches & 2) { in drop_caches_sysctl_handler()
64 sysctl_drop_caches); in drop_caches_sysctl_handler()
66 stfu |= sysctl_drop_caches & 4; in drop_caches_sysctl_handler()
/linux-4.4.14/include/linux/
Dmm.h2176 extern int sysctl_drop_caches;
/linux-4.4.14/kernel/
Dsysctl.c1352 .data = &sysctl_drop_caches,