Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_maple_tree.c1237 static noinline void check_prev_entry(struct maple_tree *mt) in check_prev_entry() function
1294 ptr = &check_prev_entry; in check_root_expand()
1304 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1317 ptr = &check_prev_entry; in check_root_expand()
1328 MT_BUG_ON(mt, ptr != &check_prev_entry); in check_root_expand()
1337 ptr = (void *)((unsigned long) check_prev_entry | 1UL); in check_root_expand()
1346 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 1UL)); in check_root_expand()
1355 ptr = (void *)((unsigned long) check_prev_entry | 2UL); in check_root_expand()
1364 MT_BUG_ON(mt, ptr != (void *)((unsigned long) check_prev_entry | 2UL)); in check_root_expand()
2714 check_prev_entry(&tree); in maple_tree_seed()