Searched refs:MAS_WARN_ON (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | maple_tree.h | 732 #define MAS_WARN_ON(__mas, __x) ({ \ macro 773 #define MAS_WARN_ON(__mas, __x) WARN_ON(__x) macro 791 MAS_WARN_ON(mas, mas_is_active(mas) && in __mas_set_range()
|
| /linux/lib/ |
| H A D | maple_tree.c | 1845 if (MAS_WARN_ON(mas, n == 0)) in mas_topiary_replace() 1885 if (MAS_WARN_ON(mas, n == 0)) in mas_topiary_replace() 4836 if (MAS_WARN_ON(mas, mas->index > mas->last)) in mas_store() 6833 MAS_WARN_ON(mas, 1); in mas_validate_limits() 6839 MAS_WARN_ON(mas, piv < prev_piv); in mas_validate_limits() 6845 MAS_WARN_ON(mas, piv < mas->min); in mas_validate_limits() 6850 MAS_WARN_ON(mas, piv > mas->max); in mas_validate_limits() 6880 MAS_WARN_ON(mas, i < mt_pivots[type] - 1); in mas_validate_limits() 6941 MAS_WARN_ON(&mas, mte_dead_node(mas.node)); in mt_validate() 6943 if (MAS_WARN_ON( in mt_validate() [all...] |