Searched refs:min_free_kbytes_sysctl_handler (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mmzone.h | 1017 int min_free_kbytes_sysctl_handler(struct ctl_table *, int, void *, size_t *,
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_alloc.c | 5822 * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so 5826 static int min_free_kbytes_sysctl_handler(struct ctl_table *table, int write, in min_free_kbytes_sysctl_handler() function 5983 .proc_handler = min_free_kbytes_sysctl_handler,
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sysctl.c | 3018 .proc_handler = min_free_kbytes_sysctl_handler,
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 8149 * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so in postcore_initcall() 8153 int min_free_kbytes_sysctl_handler(struct ctl_table *table, int write, in postcore_initcall()
|
Completed in 26 milliseconds