Home
last modified time | relevance | path

Searched refs:ns_ref_put (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dcgroup_namespace.h39 if (ns_ref_put(ns)) in put_cgroup_ns()
H A Duts_namespace.h37 if (ns_ref_put(ns)) in put_uts_ns()
H A Dns_common.h123 #define ns_ref_put(__ns) \ macro
H A Duser_namespace.h189 if (ns && ns_ref_put(ns)) in put_user_ns()
/linux/include/net/
H A Dnet_namespace.h297 if (ns_ref_put(net)) in put_net()
/linux/kernel/
H A Duser_namespace.c228 } while (ns_ref_put(parent)); in free_user_ns()
/linux/fs/
H A Dnamespace.c6281 if (!ns_ref_put(ns)) in kern_mount()