Home
last modified time | relevance | path

Searched defs:ns_tree (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/ns/
H A Dnstree_types.h46 struct ns_tree { struct
49 struct ns_tree_node ns_unified_node; argument
50 struct ns_tree_node ns_tree_node; argument
51 struct ns_tree_node ns_owner_node; argument
52 struct ns_tree_root ns_owner_root; argument
/linux/kernel/
H A Dnstree.c197 void __ns_tree_add_raw(struct ns_common *ns, struct ns_tree_root *ns_tree) in __ns_tree_add_raw()
233 void __ns_tree_remove(struct ns_common *ns, struct ns_tree_root *ns_tree) in __ns_tree_remove()
327 struct ns_tree_root *ns_tree; in __ns_tree_lookup_rcu() local
366 struct ns_tree_root *ns_tree, bool previous) in __ns_tree_adjoined_rcu()
649 struct ns_tree_root *ns_tree = NULL; in lookup_ns_id_at() local
692 struct ns_tree_root *ns_tree) in first_ns_common()
700 struct ns_tree_root *ns_tree) in next_ns_common()
709 struct ns_tree_root *ns_tree) in ns_common_is_head()
721 struct ns_tree_root *ns_tree = NULL; in do_listns() local
/linux/include/linux/
H A Dnstree.h56 static inline void __ns_tree_add(struct ns_common *ns, struct ns_tree_root *ns_tree, u64 id) in __ns_tree_add()