Lines Matching refs:task
170 struct task_struct *task, *me = current; in zap_pid_ns_processes() local
203 task = pid_task(pid, PIDTYPE_PID); in zap_pid_ns_processes()
204 if (task && !__fatal_signal_pending(task)) in zap_pid_ns_processes()
205 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); in zap_pid_ns_processes()
351 static struct ns_common *pidns_get(struct task_struct *task) in pidns_get() argument
356 ns = task_active_pid_ns(task); in pidns_get()
364 static struct ns_common *pidns_for_children_get(struct task_struct *task) in pidns_for_children_get() argument
368 task_lock(task); in pidns_for_children_get()
369 if (task->nsproxy) { in pidns_for_children_get()
370 ns = task->nsproxy->pid_ns_for_children; in pidns_for_children_get()
373 task_unlock(task); in pidns_for_children_get()