Searched refs:root_tag_get (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | radix-tree.c | 133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() function 421 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend() 432 if (!root_tag_get(root, IDR_FREE)) { in radix_tree_extend() 439 if (root_tag_get(root, tag)) in radix_tree_extend() 840 return root_tag_get(root, tag); in node_tag_get() 950 if (!root_tag_get(root, tag)) in node_tag_set() 988 if (!root_tag_get(root, tag)) in radix_tree_tag_set() 1011 if (root_tag_get(root, tag)) in node_tag_clear() 1087 if (!root_tag_get(root, tag)) in radix_tree_tag_get() 1161 if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag)) in radix_tree_next_chunk() [all …]
|