Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmemcontrol.h688 static inline bool task_in_memcg_oom(struct task_struct *p) in task_in_memcg_oom() function
1180 static inline bool task_in_memcg_oom(struct task_struct *p) in task_in_memcg_oom() function
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c5186 if (task_in_memcg_oom(current) && !(ret & VM_FAULT_OOM)) in ___handle_speculative_fault()
5290 if (task_in_memcg_oom(current) && !(ret & VM_FAULT_OOM)) in handle_mm_fault()
H A Dmemcontrol.c2765 if (unlikely(task_in_memcg_oom(current))) in try_charge()