Home
last modified time | relevance | path

Searched refs:__max (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dmaple_tree.h596 #define mas_for_each(__mas, __entry, __max) \ argument
597 while (((__entry) = mas_find((__mas), (__max))) != NULL)
892 #define mt_for_each(__tree, __entry, __index, __max) \ argument
893 for (__entry = mt_find(__tree, &(__index), __max); \
894 __entry; __entry = mt_find_after(__tree, &(__index), __max))

Completed in 4 milliseconds