Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmaple_tree.h603 #define mas_for_each(__mas, __entry, __max) \ argument
617 #define mas_for_each_rev(__mas, __entry, __min) \ argument
649 #define MAS_BUG_ON(__mas, __x) do { \ argument
699 #define MAS_WARN_ON(__mas, __x) ({ \ argument
737 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) argument
738 #define MAS_WR_BUG_ON(__mas, __x) BUG_ON(__x) argument
740 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) argument
741 #define MAS_WR_WARN_ON(__mas, __x) WARN_ON(__x) argument