Lines Matching refs:current
83 * shares the same mempolicy nodes as current if it is bound by such a policy
86 * This function is assuming oom-killer context and 'current' has triggered
102 * mempolicy intersects current, otherwise it may be
111 ret = cpuset_mems_allowed_intersects(current, tsk);
274 * to kill current.We have to random task kill in this case.
414 * dump_tasks - dump current memory state of all system tasks
417 * Dumps the current memory state of all eligible tasks. Tasks not in the same
455 current->comm, oc->gfp_mask, &oc->gfp_mask, oc->order,
456 current->signal->oom_score_adj);
754 * under task_lock or operate on the current).
821 * current is not killed (possibly due to sharing the victim's memory).
865 * it operates on the current).
1118 * If current has a pending SIGKILL or is exiting, then automatically
1122 if (task_will_free_mem(current)) {
1123 mark_oom_victim(current);
1124 queue_oom_reaper(current);
1146 current->mm && !oom_unkillable_task(current) &&
1147 oom_cpuset_eligible(current, oc) &&
1148 current->signal->oom_score_adj != OOM_SCORE_ADJ_MIN) {
1149 get_task_struct(current);
1150 oc->chosen = current;
1188 if (fatal_signal_pending(current))