Home
last modified time | relevance | path

Searched refs:ns_ref_put (Results 1 – 9 of 9) 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 Dtime_namespace.h60 if (ns_ref_put(ns)) in put_time_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/kernel/
H A Dpid_namespace.c172 } while (ns != &init_pid_ns && ns_ref_put(ns)); in destroy_pid_namespace_work()
187 if (ns && ns_ref_put(ns)) in put_pid_ns()
H A Duser_namespace.c228 } while (ns_ref_put(parent)); in free_user_ns()
/linux/include/net/
H A Dnet_namespace.h297 if (ns_ref_put(net)) in net_eq()
/linux/fs/
H A Dnamespace.c6240 if (!ns_ref_put(ns)) in put_mnt_ns()