Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_maple_tree.c571 entry = mas_prev(&mas, 0); in check_find()
583 entry2 = mas_prev(&mas, 0); in check_find()
594 entry2 = mas_prev(&mas, 0); in check_find()
598 MT_BUG_ON(mt, mas_prev(&mas, 0) != NULL); in check_find()
1360 value = mas_prev(&mas, 0); in check_prev_entry()
1377 value = mas_prev(&mas, 19); in check_prev_entry()
1384 value = mas_prev(&mas, 76); in check_prev_entry()
1454 ptr = mas_prev(&mas, 0); in check_root_expand()
1472 ptr = mas_prev(&mas, 0); in check_root_expand()
1846 while ((entry = mas_prev(&mas, 0)) != NULL) { in bench_mas_prev()
[all …]
Dmaple_tree.c5874 void *mas_prev(struct ma_state *mas, unsigned long min) in mas_prev() function
5883 EXPORT_SYMBOL_GPL(mas_prev);
5926 entry = mas_prev(&mas, min); in mt_prev()
/linux-6.12.1/Documentation/core-api/
Dmaple_tree.rst173 Using a maple state allows mas_next() and mas_prev() to function as if the
176 return the next entry which occurs after the entry at index. mas_prev()
/linux-6.12.1/mm/
Dvma.h362 return mas_prev(&vmi->mas, min); in vma_prev_limit()
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h556 return mas_prev(&vmi->mas, 0); in vma_prev()
/linux-6.12.1/include/linux/
Dmaple_tree.h530 void *mas_prev(struct ma_state *mas, unsigned long min);
Dmm.h1019 return mas_prev(&vmi->mas, 0); in vma_prev()
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c34066 entry = mas_prev(&mas, 0); in check_erase2_sets()
34488 entry = mas_prev(&mas, test->index[index]); in rcu_reader_rev()
35211 mas_prev(&mas_reader, 0); in check_rcu_simulated()
35234 MT_BUG_ON(mt, mas_prev(&mas_reader, 0) != xa_mk_value(val)); in check_rcu_simulated()
36337 } while (mas_prev(&mas, 0) != NULL); in check_bulk_rebalance()