Searched refs:MAS_BUG_ON (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 638 #define MAS_BUG_ON(__mas, __x) do { \ macro 726 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) macro
|
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 3585 MAS_BUG_ON(&mas, !mas_is_active(&mas)); in check_state_handling() 3599 MAS_BUG_ON(&mas, !mas_is_active(&mas)); in check_state_handling() 3723 MAS_BUG_ON(&mas, i != location - 2); in alloc_cyclic_testing() 3724 MAS_BUG_ON(&mas, mas.index != location); in alloc_cyclic_testing() 3725 MAS_BUG_ON(&mas, mas.last != location); in alloc_cyclic_testing() 3726 MAS_BUG_ON(&mas, i != next - 3); in alloc_cyclic_testing()
|
| H A D | maple_tree.c | 219 MAS_BUG_ON(mas, mas->depth > MAPLE_HEIGHT_MAX); in mas_set_height() 508 MAS_BUG_ON(mas, p_type == maple_dense); in mas_set_parent() 509 MAS_BUG_ON(mas, p_type == maple_leaf_64); in mas_set_parent() 1599 MAS_BUG_ON(mas, mt != maple_arange_64); in mas_max_gap() 1630 MAS_BUG_ON(mas, pmt != maple_arange_64); in mas_parent_gap()
|