Searched refs:ns_ref_active_get (Results 1 – 4 of 4) sorted by relevance
694 ns_ref_active_get(ns->mnt_ns); in nsproxy_ns_active_get()695 ns_ref_active_get(ns->uts_ns); in nsproxy_ns_active_get()696 ns_ref_active_get(ns->ipc_ns); in nsproxy_ns_active_get()697 ns_ref_active_get(ns->pid_ns_for_children); in nsproxy_ns_active_get()698 ns_ref_active_get(ns->cgroup_ns); in nsproxy_ns_active_get()699 ns_ref_active_get(ns->net_ns); in nsproxy_ns_active_get()700 ns_ref_active_get(ns->time_ns); in nsproxy_ns_active_get()701 ns_ref_active_get(ns->time_ns_for_children); in nsproxy_ns_active_get()
259 ns_ref_active_get(new->user_ns); in switch_cred_namespaces()265 ns_ref_active_get(tsk->real_cred->user_ns); in get_cred_namespaces()
325 ns_ref_active_get(ns); in alloc_pid()
149 #define ns_ref_active_get(__ns) \ macro