tsk_is_oom_victim
if (unlikely(tsk_is_oom_victim(current)))
if (tsk_is_oom_victim(p))
return tsk_is_oom_victim(current) || fatal_signal_pending(current) ||
if (!is_sysrq_oom(oc) && tsk_is_oom_victim(task)) {
if (tsk_is_oom_victim(current) ||
if (!tsk_is_oom_victim(tsk))
if (tsk_is_oom_victim(current) &&