Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Ddrop_caches.c17 int sysctl_drop_caches; variable
62 if (sysctl_drop_caches & 1) { in drop_caches_sysctl_handler()
67 if (sysctl_drop_caches & 2) { in drop_caches_sysctl_handler()
74 sysctl_drop_caches); in drop_caches_sysctl_handler()
76 stfu |= sysctl_drop_caches & 4; in drop_caches_sysctl_handler()
/openbmc/linux/kernel/
H A Dsysctl.c2112 .data = &sysctl_drop_caches,
/openbmc/linux/include/linux/
H A Dmm.h3740 extern int sysctl_drop_caches;