Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Doom_kill.c327 if (test_bit(MMF_OOM_SKIP, &task->signal->oom_mm->flags)) in oom_evaluate_task()
610 struct mm_struct *mm = tsk->signal->oom_mm; in oom_reap_task()
664 struct mm_struct *mm = tsk->signal->oom_mm; in wake_oom_reaper()
693 if (test_and_set_bit(MMF_OOM_REAP_QUEUED, &tsk->signal->oom_mm->flags)) in queue_oom_reaper()
766 if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm))
767 mmgrab(tsk->signal->oom_mm);
/linux-6.6.21/include/linux/
Doom.h77 return tsk->signal->oom_mm; in tsk_is_oom_victim()
/linux-6.6.21/include/linux/sched/
Dsignal.h234 struct mm_struct *oom_mm; /* recorded mm when the thread group got member
/linux-6.6.21/kernel/
Dfork.c956 if (sig->oom_mm) in free_signal_struct()
957 mmdrop_async(sig->oom_mm); in free_signal_struct()