Searched refs:root_tag_get (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
A D | radix-tree.c | 131 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() function 419 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend() 430 if (!root_tag_get(root, IDR_FREE)) { in radix_tree_extend() 437 if (root_tag_get(root, tag)) in radix_tree_extend() 838 return root_tag_get(root, tag); in node_tag_get() 948 if (!root_tag_get(root, tag)) in node_tag_set() 986 if (!root_tag_get(root, tag)) in radix_tree_tag_set() 1009 if (root_tag_get(root, tag)) in node_tag_clear() 1085 if (!root_tag_get(root, tag)) in radix_tree_tag_get() 1160 if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag)) in radix_tree_next_chunk() [all …]
|
/linux/tools/testing/radix-tree/ |
A D | test.h | 55 int root_tag_get(struct radix_tree_root *root, unsigned int tag);
|
A D | test.c | 252 verify_node(node, tag, !!root_tag_get(root, tag)); in verify_tag_consistency()
|
Completed in 7 milliseconds