Searched refs:mas_next (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/lib/ |
| D | test_maple_tree.c | 1227 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 …]
|
| D | maple_tree.c | 5848 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/ |
| D | userfaultfd.c | 1348 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()
|
| D | coredump.c | 1114 vma = mas_next(mas, ULONG_MAX); in coredump_next_vma()
|
| /Linux-v6.1/include/linux/ |
| D | maple_tree.h | 469 void *mas_next(struct ma_state *mas, unsigned long max);
|
| /Linux-v6.1/Documentation/core-api/ |
| D | maple_tree.rst | 169 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/ |
| D | mmap.c | 1858 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()
|
| D | nommu.c | 1488 vma = mas_next(&mas, end - 1); in do_munmap()
|
| D | mempolicy.c | 807 for (; vma; vma = mas_next(&mas, end - 1)) { in mbind_range()
|
| /Linux-v6.1/tools/testing/radix-tree/ |
| D | maple.c | 714 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()
|