Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_maple_tree.c1346 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry() function
1404 ptr = &check_prev_entry; in check_root_expand()
1414 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1427 ptr = &check_prev_entry; in check_root_expand()
1438 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1447 ptr = (void *)((unsigned long) check_prev_entry | 1UL); in check_root_expand()
1456 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 1UL)); in check_root_expand()
1465 ptr = (void *)((unsigned long) check_prev_entry | 2UL); in check_root_expand()
1474 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 2UL)); in check_root_expand()
3875 check_prev_entry(&tree); in maple_tree_seed()