Searched refs:radix_tree_next_chunk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | radix-tree.h | 282 * Leave iter->tags uninitialized. radix_tree_next_chunk() will fill it in radix_tree_iter_init() 287 * See the comment in radix_tree_next_chunk() for details. in radix_tree_iter_init() 295 * radix_tree_next_chunk - find next chunk of slots for iteration 307 void __rcu **radix_tree_next_chunk(const struct radix_tree_root *, 325 return radix_tree_next_chunk(root, iter, RADIX_TREE_ITER_CONTIG); in radix_tree_iter_lookup() 449 slot || (slot = radix_tree_next_chunk(root, iter, 0)) ; \ 465 slot || (slot = radix_tree_next_chunk(root, iter, \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | radix-tree.h | 284 * Leave iter->tags uninitialized. radix_tree_next_chunk() will fill it in radix_tree_iter_init() 289 * See the comment in radix_tree_next_chunk() for details. in radix_tree_iter_init() 297 * radix_tree_next_chunk - find next chunk of slots for iteration 309 void __rcu **radix_tree_next_chunk(const struct radix_tree_root *, 327 return radix_tree_next_chunk(root, iter, RADIX_TREE_ITER_CONTIG); in radix_tree_iter_lookup() 451 slot || (slot = radix_tree_next_chunk(root, iter, 0)) ; \ 467 slot || (slot = radix_tree_next_chunk(root, iter, \
|
/kernel/linux/linux-5.10/lib/ |
H A D | radix-tree.c | 1144 * radix_tree_next_chunk - find next chunk of slots for iteration 1151 void __rcu **radix_tree_next_chunk(const struct radix_tree_root *root, in radix_tree_next_chunk() function 1236 EXPORT_SYMBOL(radix_tree_next_chunk); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | radix-tree.c | 1147 * radix_tree_next_chunk - find next chunk of slots for iteration 1154 void __rcu **radix_tree_next_chunk(const struct radix_tree_root *root, in radix_tree_next_chunk() function 1239 EXPORT_SYMBOL(radix_tree_next_chunk); variable
|
Completed in 6 milliseconds