oom_mm             76 include/linux/oom.h 	return tsk->signal->oom_mm;
oom_mm            222 include/linux/sched/signal.h 	struct mm_struct *oom_mm;	/* recorded mm when the thread group got
oom_mm            723 kernel/fork.c  	if (sig->oom_mm)
oom_mm            724 kernel/fork.c  		mmdrop_async(sig->oom_mm);
oom_mm            328 mm/oom_kill.c  		if (test_bit(MMF_OOM_SKIP, &task->signal->oom_mm->flags))
oom_mm            611 mm/oom_kill.c  	struct mm_struct *mm = tsk->signal->oom_mm;
oom_mm            661 mm/oom_kill.c  	if (test_and_set_bit(MMF_OOM_REAP_QUEUED, &tsk->signal->oom_mm->flags))
oom_mm            706 mm/oom_kill.c  	if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm)) {
oom_mm            707 mm/oom_kill.c  		mmgrab(tsk->signal->oom_mm);