Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h636 #define mas_for_each(__mas, __entry, __max) \ argument
650 #define mas_for_each_rev(__mas, __entry, __min) \ argument
682 #define MAS_BUG_ON(__mas, __x) do { \ argument
732 #define MAS_WARN_ON(__mas, __x) ({ \ argument
770 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
771 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
773 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
774 #define MAS_WR_WARN_ON(__mas, __x) WARN_ON(__x) argument