Searched refs:root_tag_get (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/ |
D | radix-tree.c | 185 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() function 633 if (!entry && (!is_idr(root) || root_tag_get(root, IDR_FREE))) in radix_tree_extend() 644 if (!root_tag_get(root, IDR_FREE)) { in radix_tree_extend() 651 if (root_tag_get(root, tag)) in radix_tree_extend() 1144 return root_tag_get(root, tag); in node_tag_get() 1405 if (!root_tag_get(root, tag)) in node_tag_set() 1443 if (!root_tag_get(root, tag)) in radix_tree_tag_set() 1478 if (root_tag_get(root, tag)) in node_tag_clear() 1554 if (!root_tag_get(root, tag)) in radix_tree_tag_get() 1718 if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag)) in radix_tree_next_chunk() [all …]
|