Searched refs:mt_for_each (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/Documentation/core-api/ |
D | maple_tree.rst | 74 You can walk each entry within a range by calling mt_for_each(). You must 105 * mt_for_each()
|
/Linux-v6.6/include/linux/ |
D | maple_tree.h | 705 #define mt_for_each(__tree, __entry, __index, __max) \ macro
|
/Linux-v6.6/lib/ |
D | test_maple_tree.c | 470 mt_for_each(mt, entry, index, max) { in check_find() 484 mt_for_each(mt, entry, index, ULONG_MAX) { in check_find() 1765 mt_for_each(mt, entry, index, max) { in bench_mt_for_each()
|
/Linux-v6.6/tools/testing/radix-tree/ |
D | maple.c | 1072 mt_for_each(mt, foo, addr, ULONG_MAX) { in check_erase2_testset()
|