Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_maple_tree.c1227 entry = mas_next(&mas, limit); in check_next_entry()
1339 ptr = mas_next(&mas, ULONG_MAX); in check_root_expand()
1357 ptr = mas_next(&mas, ULONG_MAX); in check_root_expand()
1438 mas_next(&mas, ULONG_MAX); in check_gap_combining()
1439 entry = mas_next(&mas, ULONG_MAX); in check_gap_combining()
1469 entry = mas_next(&mas, ULONG_MAX); in check_gap_combining()
1471 mas_next(&mas, ULONG_MAX); /* go to the next entry. */ in check_gap_combining()
1811 mas_next(&mas, 1000); in next_prev_test()
1841 val = mas_next(&mas, 1000); in next_prev_test()
1851 val = mas_next(&mas, 1000); in next_prev_test()
[all …]
Dmaple_tree.c5848 void *mas_next(struct ma_state *mas, unsigned long max) in mas_next() function
5870 EXPORT_SYMBOL_GPL(mas_next);
5886 entry = mas_next(&mas, max); in mt_next()
/Linux-v6.1/fs/
Duserfaultfd.c1348 for (cur = vma; cur; cur = mas_next(&mas, end - 1)) { in userfaultfd_register()
1411 mas_next(&mas, ULONG_MAX); in userfaultfd_register()
1475 vma = mas_next(&mas, end - 1); in userfaultfd_register()
1565 for (cur = vma; cur; cur = mas_next(&mas, end - 1)) { in userfaultfd_unregister()
1588 mas_next(&mas, ULONG_MAX); in userfaultfd_unregister()
1660 vma = mas_next(&mas, end - 1); in userfaultfd_unregister()
Dcoredump.c1114 vma = mas_next(mas, ULONG_MAX); in coredump_next_vma()
/Linux-v6.1/include/linux/
Dmaple_tree.h469 void *mas_next(struct ma_state *mas, unsigned long max);
/Linux-v6.1/Documentation/core-api/
Dmaple_tree.rst169 Using a maple state allows mas_next() and mas_prev() to function as if the
171 performance penalty is outweighed by cache optimization. mas_next() will
/Linux-v6.1/mm/
Dmmap.c1858 vma = mas_next(&mas, ULONG_MAX); in find_vma_prev()
2385 next = mas_next(mas, ULONG_MAX); in do_mas_align_munmap()
2417 vma_test = mas_next(&test, end - 1); in do_mas_align_munmap()
2559 next = mas_next(&mas, ULONG_MAX); in mmap_region()
Dnommu.c1488 vma = mas_next(&mas, end - 1); in do_munmap()
Dmempolicy.c807 for (; vma; vma = mas_next(&mas, end - 1)) { in mbind_range()
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c714 entry = mas_next(&tmp, mas_end->last); in mas_ce2_over_count()
723 entry = mas_next(&tmp, mas_end->last); in mas_ce2_over_count()
35097 MT_BUG_ON(mt, mas_next(&mas_reader, ULONG_MAX) != xa_mk_value(val)); in check_rcu_simulated()
35112 mas_next(&mas_reader, ULONG_MAX); in check_rcu_simulated()