Lines Matching refs:task
177 struct task_struct *task, *me = current; in zap_pid_ns_processes() local
210 task = pid_task(pid, PIDTYPE_PID); in zap_pid_ns_processes()
211 if (task && !__fatal_signal_pending(task)) in zap_pid_ns_processes()
212 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); in zap_pid_ns_processes()
358 static struct ns_common *pidns_get(struct task_struct *task) in pidns_get() argument
363 ns = task_active_pid_ns(task); in pidns_get()
371 static struct ns_common *pidns_for_children_get(struct task_struct *task) in pidns_for_children_get() argument
375 task_lock(task); in pidns_for_children_get()
376 if (task->nsproxy) { in pidns_for_children_get()
377 ns = task->nsproxy->pid_ns_for_children; in pidns_for_children_get()
380 task_unlock(task); in pidns_for_children_get()