Home
last modified time | relevance | path

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

/linux/fs/
H A Dnsfs.c706 ns_ref_active_put(ns->mnt_ns); in nsproxy_ns_active_put()
707 ns_ref_active_put(ns->uts_ns); in nsproxy_ns_active_put()
708 ns_ref_active_put(ns->ipc_ns); in nsproxy_ns_active_put()
709 ns_ref_active_put(ns->pid_ns_for_children); in nsproxy_ns_active_put()
710 ns_ref_active_put(ns->cgroup_ns); in nsproxy_ns_active_put()
711 ns_ref_active_put(ns->net_ns); in nsproxy_ns_active_put()
712 ns_ref_active_put(ns->time_ns); in nsproxy_ns_active_put()
713 ns_ref_active_put(ns->time_ns_for_children); in nsproxy_ns_active_put()
/linux/include/linux/
H A Dns_common.h133 #define ns_ref_active_put(__ns) \ macro