Searched refs:check_prev_entry (Results 1 – 1 of 1) sorted by relevance
1381 static noinline void __init check_prev_entry(struct maple_tree *mt) in check_prev_entry() function1525 ptr = &check_prev_entry; in check_root_expand()1535 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()1548 ptr = &check_prev_entry; in check_root_expand()1559 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()1568 ptr = (void *)((unsigned long) check_prev_entry | 1UL); in check_root_expand()1577 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 1UL)); in check_root_expand()1586 ptr = (void *)((unsigned long) check_prev_entry | 2UL); in check_root_expand()1595 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 2UL)); in check_root_expand()3955 check_prev_entry(&tree); in maple_tree_seed()