switch_task_namespaces   70 include/linux/nsproxy.h void switch_task_namespaces(struct task_struct *tsk, struct nsproxy *new);
switch_task_namespaces 2878 kernel/fork.c  			switch_task_namespaces(current, new_nsproxy);
switch_task_namespaces  230 kernel/nsproxy.c 	switch_task_namespaces(p, NULL);
switch_task_namespaces  261 kernel/nsproxy.c 	switch_task_namespaces(tsk, new_nsproxy);