Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmaple_tree.h551 #define mas_for_each(__mas, __entry, __max) \ argument
739 #define MAS_BUG_ON(__mas, __x) do { \ argument
744 mas_dump(__mas); \
745 mt_dump((__mas)->tree, mt_dump_hex); \
789 #define MAS_WARN_ON(__mas, __x) ({ \ argument
795 mas_dump(__mas); \
796 mt_dump((__mas)->tree, mt_dump_hex); \
827 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
828 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
830 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
[all …]