Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Ddrop_caches.c16 int sysctl_drop_caches; variable
61 if (sysctl_drop_caches & 1) { in drop_caches_sysctl_handler()
65 if (sysctl_drop_caches & 2) { in drop_caches_sysctl_handler()
72 sysctl_drop_caches); in drop_caches_sysctl_handler()
74 stfu |= sysctl_drop_caches & 4; in drop_caches_sysctl_handler()
/Linux-v5.15/kernel/
Dsysctl.c2895 .data = &sysctl_drop_caches,
/Linux-v5.15/include/linux/
Dmm.h3057 extern int sysctl_drop_caches;