Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h596 #define mas_for_each(__mas, __entry, __max) \ argument
610 #define mas_for_each_rev(__mas, __entry, __min) \ argument
642 #define MAS_BUG_ON(__mas, __x) do { \ argument
692 #define MAS_WARN_ON(__mas, __x) ({ \ argument
730 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
731 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
733 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
734 #define MAS_WR_WARN_ON(__mas, __x) WARN_ON(__x) argument