Searched refs:__set_oom_adj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 1083 static int __set_oom_adj(struct file *file, int oom_adj, bool legacy) in __set_oom_adj() function 1209 err = __set_oom_adj(file, oom_adj, true); in oom_adj_write() 1260 err = __set_oom_adj(file, oom_score_adj, false); in oom_score_adj_write()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 1072 static int __set_oom_adj(struct file *file, int oom_adj, bool legacy) in __set_oom_adj() function 1198 err = __set_oom_adj(file, oom_adj, true); in oom_adj_write() 1249 err = __set_oom_adj(file, oom_score_adj, false); in oom_score_adj_write()
|
Completed in 13 milliseconds