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() 6830 MAS_WARN_ON(mas, 1); in mas_validate_limits() 6836 MAS_WARN_ON(mas, piv < prev_piv); in mas_validate_limits() 6842 MAS_WARN_ON(mas, piv < mas->min); in mas_validate_limits() 6847 MAS_WARN_ON(mas, piv > mas->max); in mas_validate_limits() 6877 MAS_WARN_ON(mas, i < mt_pivots[type] - 1); in mas_validate_limits() 6938 MAS_WARN_ON(&mas, mte_dead_node(mas.node)); in mt_validate() 6940 if (MAS_WARN_ON(&mas, (end < mt_min_slot_count(mas.node)) && in mt_validate()
|