Home
last modified time | relevance | path

Searched refs:ns_ref_active_put (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dnsfs.c680 ns_ref_active_put(ns->mnt_ns); in nsproxy_ns_active_put()
681 ns_ref_active_put(ns->uts_ns); in nsproxy_ns_active_put()
682 ns_ref_active_put(ns->ipc_ns); in nsproxy_ns_active_put()
683 ns_ref_active_put(ns->pid_ns_for_children); in nsproxy_ns_active_put()
684 ns_ref_active_put(ns->cgroup_ns); in nsproxy_ns_active_put()
685 ns_ref_active_put(ns->net_ns); in nsproxy_ns_active_put()
686 ns_ref_active_put(ns->time_ns); in nsproxy_ns_active_put()
687 ns_ref_active_put(ns->time_ns_for_children); in nsproxy_ns_active_put()
/linux/include/linux/
H A Dns_common.h131 #define ns_ref_active_put(__ns) \ macro
/linux/kernel/
H A Dnsproxy.c263 ns_ref_active_put(old->user_ns); in switch_cred_namespaces()
273 ns_ref_active_put(tsk->real_cred->user_ns); in exit_cred_namespaces()
H A Dpid.c120 ns_ref_active_put(active_ns); in free_pid()