Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dtest_maple_tree.c1346 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry() function
1490 ptr = &check_prev_entry; in check_root_expand()
1500 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1513 ptr = &check_prev_entry; in check_root_expand()
1524 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1533 ptr = (void *)((unsigned long) check_prev_entry | 1UL); in check_root_expand()
1542 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 1UL)); in check_root_expand()
1551 ptr = (void *)((unsigned long) check_prev_entry | 2UL); in check_root_expand()
1560 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 2UL)); in check_root_expand()
4021 check_prev_entry(&tree); in maple_tree_seed()