Home
last modified time | relevance | path

Searched refs:mn2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/lib/
H A Dtest_maple_tree.c1592 struct maple_enode *mn1, *mn2; in check_gap_combining() local
1661 mn2 = mas.node; in check_gap_combining()
1662 MT_BUG_ON(mt, mn1 == mn2); /* test the test. */ in check_gap_combining()
1692 mn2 = mas.node; in check_gap_combining()
1693 MT_BUG_ON(mt, mn1 == mn2); /* test the next entry is in the next node. */ in check_gap_combining()
/linux-6.15/tools/testing/radix-tree/
H A Dmaple.c95 struct maple_node *mn, *mn2, *mn3; in check_new_node() local
404 mn2 = mas_pop_node(&mas); /* get the next node. */ in check_new_node()
406 mas_push_node(&mas, mn2); in check_new_node()
413 mn2 = mas_pop_node(&mas); /* get the next node. */ in check_new_node()
416 mas_push_node(&mas, mn2); in check_new_node()