Home
last modified time | relevance | path

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

/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() argument
207 node = ns_tree_node_add(&ns->ns_tree_node, ns_tree, ns_cmp); in __ns_tree_add_raw()
233 void __ns_tree_remove(struct ns_common *ns, struct ns_tree_root *ns_tree) in __ns_tree_remove() argument
244 ns_tree_node_del(&ns->ns_tree_node, ns_tree); in __ns_tree_remove()
327 struct ns_tree_root *ns_tree; in __ns_tree_lookup_rcu() local
331 ns_tree = ns_tree_from_type(ns_type); in __ns_tree_lookup_rcu()
332 if (!ns_tree) in __ns_tree_lookup_rcu()
337 node = rb_find_rcu(&ns_id, &ns_tree->ns_rb, ns_find); in __ns_tree_lookup_rcu()
366 struct ns_tree_root *ns_tree, bool previous) in __ns_tree_adjoined_rcu() argument
376 if (list_is_head(list, &ns_tree->ns_list_head)) in __ns_tree_adjoined_rcu()
[all …]
/linux/include/linux/
H A Dnstree.h49 void __ns_tree_add_raw(struct ns_common *ns, struct ns_tree_root *ns_tree);
50 void __ns_tree_remove(struct ns_common *ns, struct ns_tree_root *ns_tree);
53 struct ns_tree_root *ns_tree,
56 static inline void __ns_tree_add(struct ns_common *ns, struct ns_tree_root *ns_tree, u64 id) in __ns_tree_add() argument
59 __ns_tree_add_raw(ns, ns_tree); in __ns_tree_add()
/linux/include/linux/ns/
H A Dnstree_types.h46 struct ns_tree { struct
H A Dns_common_types.h119 struct ns_tree;