Searched refs:get_sys_tune (Results 1 – 11 of 11) sorted by relevance
192 tune = get_sys_tune("min_free_kbytes"); in check_monitor()211 if (get_sys_tune("panic_on_oom")) { in setup()218 default_tune = get_sys_tune("min_free_kbytes"); in setup()219 orig_overcommit = get_sys_tune("overcommit_memory"); in setup()
66 old_max_map_count = get_sys_tune("max_map_count"); in setup()67 old_overcommit = get_sys_tune("overcommit_memory"); in setup()
112 old_overcommit_memory = get_sys_tune("overcommit_memory"); in setup()113 old_overcommit_ratio = get_sys_tune("overcommit_ratio"); in setup()
53 overcommit = get_sys_tune("overcommit_memory"); in setup()
59 overcommit = get_sys_tune("overcommit_memory"); in setup()
68 overcommit = get_sys_tune("overcommit_memory"); in setup()
73 overcommit = get_sys_tune("overcommit_memory"); in setup()
92 overcommit = get_sys_tune("overcommit_memory"); in setup()
48 orig_hugepages = get_sys_tune("nr_hugepages"); in save_nr_hugepages()
85 long get_sys_tune(char *sys_file);
820 val = get_sys_tune(sys_file); in set_sys_tune()827 long get_sys_tune(char *sys_file) in get_sys_tune() function