Searched refs:get_sys_tune (Results 1 – 11 of 11) sorted by relevance
193 tune = get_sys_tune("min_free_kbytes"); in check_monitor()212 if (get_sys_tune("panic_on_oom")) { in setup()219 default_tune = get_sys_tune("min_free_kbytes"); in setup()220 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()
54 overcommit = get_sys_tune("overcommit_memory"); in setup()
60 overcommit = get_sys_tune("overcommit_memory"); in setup()
69 overcommit = get_sys_tune("overcommit_memory"); in setup()
74 overcommit = get_sys_tune("overcommit_memory"); in setup()
93 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);
823 val = get_sys_tune(sys_file); in set_sys_tune()830 long get_sys_tune(char *sys_file) in get_sys_tune() function