Home
last modified time | relevance | path

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

/linux/include/linux/
H A Doom.h74 static inline bool tsk_is_oom_victim(struct task_struct * tsk) in tsk_is_oom_victim() function
/linux/mm/
H A Dpage_alloc.c3992 if (tsk_is_oom_victim(current) || in warn_alloc_show_mem()
4526 if (!tsk_is_oom_victim(tsk)) in oom_reserves_allowed()
4919 if (tsk_is_oom_victim(current) && in __alloc_pages_slowpath()
H A Dmemcontrol.c110 return tsk_is_oom_victim(current) || fatal_signal_pending(current) || in task_is_dying()
/linux/kernel/cgroup/
H A Dcpuset.c4231 if (unlikely(tsk_is_oom_victim(current))) in cpuset_current_node_allowed()