Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_maple_tree.c1372 struct maple_enode *mn1, *mn2; in check_gap_combining() local
1441 mn2 = mas.node; in check_gap_combining()
1442 MT_BUG_ON(mt, mn1 == mn2); /* test the test. */ in check_gap_combining()
1472 mn2 = mas.node; in check_gap_combining()
1473 MT_BUG_ON(mt, mn1 == mn2); /* test the next entry is in the next node. */ in check_gap_combining()
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c64 struct maple_node *mn, *mn2, *mn3; in check_new_node() local
357 mn2 = mas_pop_node(&mas); /* get the next node. */ in check_new_node()
359 mas_push_node(&mas, mn2); in check_new_node()
366 mn2 = mas_pop_node(&mas); /* get the next node. */ in check_new_node()
369 mas_push_node(&mas, mn2); in check_new_node()