Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dradix-tree.c70 static inline void *node_to_entry(void *ptr) in node_to_entry() function
454 entry = node_to_entry(node); in radix_tree_extend()
550 if (node_to_entry(node) == in delete_node()
626 rcu_assign_pointer(*slot, node_to_entry(child)); in __radix_tree_create()
1508 rcu_assign_pointer(*slot, node_to_entry(child)); in idr_get_free()
/kernel/linux/linux-6.6/lib/
H A Dradix-tree.c72 static inline void *node_to_entry(void *ptr) in node_to_entry() function
456 entry = node_to_entry(node); in radix_tree_extend()
552 if (node_to_entry(node) == in delete_node()
628 rcu_assign_pointer(*slot, node_to_entry(child)); in __radix_tree_create()
1511 rcu_assign_pointer(*slot, node_to_entry(child)); in idr_get_free()

Completed in 6 milliseconds