Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h594 #define mas_for_each(__mas, __entry, __max) \ argument
608 #define mas_for_each_rev(__mas, __entry, __min) \ argument
640 #define MAS_BUG_ON(__mas, __x) do { \ argument
690 #define MAS_WARN_ON(__mas, __x) ({ \ argument
728 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
729 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
731 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
732 #define MAS_WR_WARN_ON(__mas, __x) WARN_ON(__x) argument