Searched refs:__mas (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | maple_tree.h | 636 #define mas_for_each(__mas, __entry, __max) \ argument 637 while (((__entry) = mas_find((__mas), (__max))) != NULL) 650 #define mas_for_each_rev(__mas, __entry, __min) \ argument 651 while (((__entry) = mas_find_rev((__mas), (__min))) != NULL) 682 #define MAS_BUG_ON(__mas, __x) do { \ argument 687 mas_dump(__mas); \ 688 mt_dump((__mas)->tree, mt_dump_hex); \ 732 #define MAS_WARN_ON(__mas, __x) ({ \ argument 738 mas_dump(__mas); \ 739 mt_dump((__mas)->tree, mt_dump_hex); \ [all …]
|