Home
last modified time | relevance | path

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

/include/linux/
A Dmaple_tree.h596 #define mas_for_each(__mas, __entry, __max) \ argument
642 #define MAS_BUG_ON(__mas, __x) do { \ argument
647 mas_dump(__mas); \
648 mt_dump((__mas)->tree, mt_dump_hex); \
692 #define MAS_WARN_ON(__mas, __x) ({ \ argument
698 mas_dump(__mas); \
699 mt_dump((__mas)->tree, mt_dump_hex); \
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
[all …]

Completed in 5 milliseconds