Searched refs:MAS_BUG_ON (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmaple_tree.h610 #define MAS_BUG_ON(__mas, __x) do { \ macro
698 #define MAS_BUG_ON(__mas, __x) BUG_ON(__x) macro
/linux-master/lib/
H A Dtest_maple_tree.c3475 MAS_BUG_ON(&mas, !mas_is_active(&mas));
3489 MAS_BUG_ON(&mas, !mas_is_active(&mas));
3613 MAS_BUG_ON(&mas, i != location - 2);
3614 MAS_BUG_ON(&mas, mas.index != location);
3615 MAS_BUG_ON(&mas, mas.last != location);
3616 MAS_BUG_ON(&mas, i != next - 3);
H A Dmaple_tree.c205 MAS_BUG_ON(mas, mas->depth > MAPLE_HEIGHT_MAX);
493 MAS_BUG_ON(mas, p_type == maple_dense);
494 MAS_BUG_ON(mas, p_type == maple_leaf_64);
1590 MAS_BUG_ON(mas, mt != maple_arange_64);
1621 MAS_BUG_ON(mas, pmt != maple_arange_64);

Completed in 230 milliseconds