Home
last modified time | relevance | path

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

/linux/mm/ !
H A Doom_kill.c325 if (mm_flags_test(MMF_OOM_SKIP, task->signal->oom_mm)) in oom_evaluate_task()
606 struct mm_struct *mm = tsk->signal->oom_mm; in oom_reap_task()
660 struct mm_struct *mm = tsk->signal->oom_mm; in wake_oom_reaper()
689 if (mm_flags_test_and_set(MMF_OOM_REAP_QUEUED, tsk->signal->oom_mm)) in queue_oom_reaper()
762 if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm))
763 mmgrab(tsk->signal->oom_mm);
/linux/include/linux/ !
H A Doom.h76 return tsk->signal->oom_mm; in tsk_is_oom_victim()
/linux/include/linux/sched/ !
H A Dsignal.h242 struct mm_struct *oom_mm; /* recorded mm when the thread group got member
/linux/kernel/ !
H A Dfork.c767 if (sig->oom_mm) in free_signal_struct()
768 mmdrop_async(sig->oom_mm); in free_signal_struct()