Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmaple_tree.h592 #define mas_for_each(__mas, __entry, __max) \ argument
638 #define MAS_BUG_ON(__mas, __x) do { \ argument
643 mas_dump(__mas); \
644 mt_dump((__mas)->tree, mt_dump_hex); \
688 #define MAS_WARN_ON(__mas, __x) ({ \ argument
694 mas_dump(__mas); \
695 mt_dump((__mas)->tree, mt_dump_hex); \
726 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
727 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
729 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
[all …]