Searched refs:root_tag_get (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | radix-tree.c | 145 static inline int root_tag_get(struct radix_tree_root *root, unsigned int tag) in root_tag_get() function 329 if (root_tag_get(root, tag)) in radix_tree_extend() 415 BUG_ON(root_tag_get(root, 0)); in radix_tree_insert() 416 BUG_ON(root_tag_get(root, 1)); in radix_tree_insert() 539 if (slot && !root_tag_get(root, tag)) in radix_tree_tag_set() 601 if (root_tag_get(root, tag)) in radix_tree_tag_clear() 631 if (!root_tag_get(root, tag)) in radix_tree_tag_get() 681 if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag)) in radix_tree_next_chunk() 826 if (!root_tag_get(root, iftag)) { in radix_tree_range_tag_if_tagged() 1397 return root_tag_get(root, tag); in radix_tree_tagged()
|