Searched refs:MAS_BUG_ON (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | maple_tree.h | 682 #define MAS_BUG_ON(__mas, __x) do { \ macro 770 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) macro
|
| /linux/lib/ |
| H A D | test_maple_tree.c | 3488 MAS_BUG_ON(&mas, !mas_is_active(&mas)); in check_state_handling() 3502 MAS_BUG_ON(&mas, !mas_is_active(&mas)); in check_state_handling() 3657 MAS_BUG_ON(&mas, i != location - 2); in alloc_cyclic_testing() 3658 MAS_BUG_ON(&mas, mas.index != location); in alloc_cyclic_testing() 3659 MAS_BUG_ON(&mas, mas.last != location); in alloc_cyclic_testing() 3660 MAS_BUG_ON(&mas, i != next - 3); in alloc_cyclic_testing()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 35946 MAS_BUG_ON(&mas, mas_data_end(&mas) < 6); in check_erase_rebalance() 35958 MAS_BUG_ON(&mas, mas_data_end(&mas) < 9); in check_erase_rebalance() 35991 MAS_BUG_ON(&mas, mas_data_end(&mas) > 9); in check_erase_rebalance() 36003 MAS_BUG_ON(&mas, mas_data_end(&mas) > 9); in check_erase_rebalance()
|