Searched refs:get_sys_tune (Results 1 – 5 of 5) 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()
97 old_overcommit_ratio = get_sys_tune("overcommit_ratio"); in setup()
75 long get_sys_tune(char *sys_file);
85 orig_hugepages = get_sys_tune("nr_hugepages"); in setup()
652 val = get_sys_tune(sys_file); in set_sys_tune()659 long get_sys_tune(char *sys_file) in get_sys_tune() function