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

/linux-master/include/linux/
H A Doom.h77 return tsk->signal->oom_mm;
/linux-master/mm/
H A Doom_kill.c328 if (test_bit(MMF_OOM_SKIP, &task->signal->oom_mm->flags))
610 struct mm_struct *mm = tsk->signal->oom_mm;
664 struct mm_struct *mm = tsk->signal->oom_mm;
693 if (test_and_set_bit(MMF_OOM_REAP_QUEUED, &tsk->signal->oom_mm->flags))
766 /* oom_mm is bound to the signal struct life time. */
767 if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm))
768 mmgrab(tsk->signal->oom_mm);
/linux-master/include/linux/sched/
H A Dsignal.h235 struct mm_struct *oom_mm; /* recorded mm when the thread group got member in struct:signal_struct
/linux-master/kernel/
H A Dfork.c957 if (sig->oom_mm)
958 mmdrop_async(sig->oom_mm);

Completed in 132 milliseconds