Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dassoc_array.c58 if (ptr && assoc_array_ptr_is_leaf(ptr)) { in assoc_array_subtree_iterate()
329 if (ptr && assoc_array_ptr_is_leaf(ptr)) { in assoc_array_find()
514 if (assoc_array_ptr_is_leaf(ptr) && in assoc_array_insert_into_terminal_node()
695 BUG_ON(assoc_array_ptr_is_leaf(ptr)); in assoc_array_insert_into_terminal_node()
1113 assoc_array_ptr_is_leaf(ptr) && in assoc_array_delete()
1233 } else if (assoc_array_ptr_is_leaf(node->back_pointer)) { in assoc_array_delete()
1317 BUG_ON(assoc_array_ptr_is_leaf(edit->excised_subtree)); in assoc_array_rcu_cleanup()
1527 if (assoc_array_ptr_is_leaf(ptr)) { in assoc_array_gc()
1553 else if (assoc_array_ptr_is_leaf(ptr)) in assoc_array_gc()
1565 if (!ptr || assoc_array_ptr_is_leaf(ptr)) in assoc_array_gc()
/Linux-v4.19/include/linux/
Dassoc_array_priv.h123 static inline bool assoc_array_ptr_is_leaf(const struct assoc_array_ptr *x) in assoc_array_ptr_is_leaf() function