Lines Matching defs:oc
67 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom()
86 struct oom_control *oc) in oom_cpuset_eligible()
120 static bool oom_cpuset_eligible(struct task_struct *tsk, struct oom_control *oc) in oom_cpuset_eligible()
155 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom()
252 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc()
311 struct oom_control *oc = arg; in oom_evaluate_task() local
365 static void select_bad_process(struct oom_control *oc) in select_bad_process()
382 struct oom_control *oc = arg; in dump_task() local
423 static void dump_tasks(struct oom_control *oc) in dump_tasks()
440 static void dump_oom_summary(struct oom_control *oc, struct task_struct *victim) in dump_oom_summary()
452 static void dump_header(struct oom_control *oc, struct task_struct *p) in dump_header()
951 static void oom_kill_process(struct oom_control *oc, const char *message) in oom_kill_process()
999 static void check_panic_on_oom(struct oom_control *oc) in check_panic_on_oom()
1043 bool out_of_memory(struct oom_control *oc) in out_of_memory()
1123 struct oom_control oc = { in pagefault_out_of_memory() local