Home
last modified time | relevance | path

Searched refs:task_in_memcg_oom (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemcontrol.h946 static inline bool task_in_memcg_oom(struct task_struct *p) in task_in_memcg_oom() function
1473 static inline bool task_in_memcg_oom(struct task_struct *p) in task_in_memcg_oom() function
/openbmc/linux/mm/
H A Dmemory.c5319 if (task_in_memcg_oom(current) && !(ret & VM_FAULT_OOM)) in handle_mm_fault()
H A Dmemcontrol.c2681 if (unlikely(task_in_memcg_oom(current))) in try_charge_memcg()