Lines Matching refs:signal
218 adj = (long)p->signal->oom_score_adj;
327 if (test_bit(MMF_OOM_SKIP, &task->signal->oom_mm->flags))
408 task->signal->oom_score_adj, task->comm);
457 current->signal->oom_score_adj);
612 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))
733 /* oom_mm is bound to the signal struct life time. */
734 if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm)) {
735 mmgrab(tsk->signal->oom_mm);
811 struct signal_struct *sig = task->signal;
906 /* Raise event before sending signal: task reaper must see this */
923 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj);
933 * pending fatal signal.
973 if (task->signal->oom_score_adj != OOM_SCORE_ADJ_MIN &&
1120 current->signal->oom_score_adj != OOM_SCORE_ADJ_MIN) {