Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dradix-tree.c96 static inline void *node_to_entry(void *ptr) in node_to_entry() function
101 #define RADIX_TREE_RETRY node_to_entry(NULL)
668 entry = node_to_entry(node); in radix_tree_extend()
763 if (node_to_entry(node) == in delete_node()
843 rcu_assign_pointer(*slot, node_to_entry(child)); in __radix_tree_create()
919 child = node_to_entry(slot); in insert_entries()
1107 void *ptr = node_to_entry(slot); in replace_sibling_entries()
1351 node_to_entry(child)); in radix_tree_split()
1378 node_to_entry(child)); in radix_tree_split()
2163 rcu_assign_pointer(*slot, node_to_entry(child)); in idr_get_free()