Home
last modified time | relevance | path

Searched refs:tsk_is_oom_victim (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Doom.h74 static inline bool tsk_is_oom_victim(struct task_struct * tsk) in tsk_is_oom_victim() function
/Linux-v5.4/mm/
Doom_kill.c327 if (!is_sysrq_oom(oc) && tsk_is_oom_victim(task)) { in oom_evaluate_task()
Dpage_alloc.c3738 if (tsk_is_oom_victim(current) || in warn_alloc_show_mem()
4226 if (!tsk_is_oom_victim(tsk)) in oom_reserves_allowed()
4611 if (tsk_is_oom_victim(current) && in __alloc_pages_slowpath()
Dmemcontrol.c251 return tsk_is_oom_victim(current) || fatal_signal_pending(current) || in should_force_charge()
/Linux-v5.4/kernel/cgroup/
Dcpuset.c3431 if (unlikely(tsk_is_oom_victim(current))) in __cpuset_node_allowed()