Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_maple_tree.c1340 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry() function
1398 ptr = &check_prev_entry; in check_root_expand()
1408 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1421 ptr = &check_prev_entry; in check_root_expand()
1432 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1441 ptr = (void *)((unsigned long) check_prev_entry | 1UL); in check_root_expand()
1450 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 1UL)); in check_root_expand()
1459 ptr = (void *)((unsigned long) check_prev_entry | 2UL); in check_root_expand()
1468 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 2UL)); in check_root_expand()
3809 check_prev_entry(&tree); in maple_tree_seed()