Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_maple_tree.c555 entry = mas_find(&mas, 1048576); in check_find()
570 entry = mas_find(&mas, ULONG_MAX); in check_find()
1358 value = mas_find(&mas, ULONG_MAX); in check_prev_entry()
1545 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
1576 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
1926 val = mas_find(&mas, ULONG_MAX); in check_iteration()
1943 val = mas_find(&mas, ULONG_MAX); in check_iteration()
1960 val = mas_find(&mas, ULONG_MAX); in check_iteration()
3115 entry = mas_find(&mas, ULONG_MAX); in check_state_handling()
3471 entry = mas_find(&mas, 0x2700); in check_state_handling()
[all …]
H A Dmaple_tree.c6060 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function
6073 EXPORT_SYMBOL_GPL(mas_find);
/linux/drivers/base/regmap/
H A 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/include/linux/
H A Dmaple_tree.h501 void *mas_find(struct ma_state *mas, unsigned long max);
579 while (((__entry) = mas_find((__mas), (__max))) != NULL)
H A Dmm.h972 return mas_find(&vmi->mas, max - 1); in vma_find()
981 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
/linux/Documentation/core-api/
H A Dmaple_tree.rst179 mas_find() will find the first entry which exists at or above index on
/linux/fs/
H A Dlibfs.c489 child = mas_find(&mas, LONG_MAX); in offset_find_next()
/linux/mm/
H A Dmemory.c376 next = mas_find(mas, ceiling - 1); in free_pgtables()
399 next = mas_find(mas, ceiling - 1); in free_pgtables()
1894 vma = mas_find(mas, tree_end - 1); in unmap_vmas()
H A Dmmap.c2649 vma_test = mas_find(&test, count - 1); in do_vmi_align_munmap()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c364 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
/linux/tools/testing/radix-tree/
H A Dmaple.c34062 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()