Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dtest_maple_tree.c420 while ((entry = mas_find(&mas, 268435456)) != NULL) { in check_find()
549 entry = mas_find(&mas, 1048576); in check_find()
564 entry = mas_find(&mas, ULONG_MAX); in check_find()
1352 value = mas_find(&mas, ULONG_MAX); in check_prev_entry()
1539 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
1570 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
1906 val = mas_find(&mas, ULONG_MAX); in check_iteration()
1923 val = mas_find(&mas, ULONG_MAX); in check_iteration()
1940 val = mas_find(&mas, ULONG_MAX); in check_iteration()
3097 entry = mas_find(&mas, ULONG_MAX); in check_state_handling()
[all …]
Dmaple_tree.c5996 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function
6006 EXPORT_SYMBOL_GPL(mas_find);
/linux-6.6.21/drivers/base/regmap/
Dregcache-maple.c62 lower = mas_find(&mas, reg - 1); in regcache_maple_write()
68 upper = mas_find(&mas, reg + 1); in regcache_maple_write()
/linux-6.6.21/include/linux/
Dmaple_tree.h467 void *mas_find(struct ma_state *mas, unsigned long max);
552 while (((__entry) = mas_find((__mas), (__max))) != NULL)
Dmm.h943 return mas_find(&vmi->mas, max - 1); in vma_find()
952 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
/linux-6.6.21/Documentation/core-api/
Dmaple_tree.rst175 mas_find() will find the first entry which exists at or above index on
/linux-6.6.21/mm/
Dmmap.c2541 vma_test = mas_find(&test, count - 1); in do_vmi_align_munmap()
3218 vma = mas_find(&mas, ULONG_MAX); in exit_mmap()
3257 } while ((vma = mas_find(&mas, ULONG_MAX)) != NULL); in exit_mmap()
Dmemory.c375 next = mas_find(mas, ceiling - 1); in free_pgtables()
396 next = mas_find(mas, ceiling - 1); in free_pgtables()
1737 } while ((vma = mas_find(mas, tree_end - 1)) != NULL); in unmap_vmas()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_uvmm.c362 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
/linux-6.6.21/tools/testing/radix-tree/
Dmaple.c34055 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()