Searched refs:root_tag_get (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | radix-tree.c | 120 static inline int root_tag_get(struct radix_tree_root *root, unsigned int tag) in root_tag_get() function 345 if (root_tag_get(root, tag)) in radix_tree_extend() 464 BUG_ON(root_tag_get(root, 0)); in radix_tree_insert() 465 BUG_ON(root_tag_get(root, 1)); in radix_tree_insert() 612 if (slot && !root_tag_get(root, tag)) in radix_tree_tag_set() 674 if (root_tag_get(root, tag)) in radix_tree_tag_clear() 704 if (!root_tag_get(root, tag)) in radix_tree_tag_get() 754 if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag)) in radix_tree_next_chunk() 900 if (!root_tag_get(root, iftag)) { in radix_tree_range_tag_if_tagged() 1435 return root_tag_get(root, tag); in radix_tree_tagged()
|