Searched refs:mas_find (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/core-api/ |
H A D | maple_tree.rst | 179 mas_find() will find the first entry which exists at or above index on
|
/linux/include/linux/ |
H A D | mm.h | 1011 return mas_find(&vmi->mas, max - 1); in vma_find() 1020 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
|
/linux/fs/ |
H A D | libfs.c | 499 child = mas_find(&mas, DIR_OFFSET_MAX); in offset_dir_lookup()
|
/linux/mm/ |
H A D | memory.c | 376 next = mas_find(mas, ceiling - 1); in free_pgtables() 402 next = mas_find(mas, ceiling - 1); in free_pgtables() 1997 vma = mas_find(mas, tree_end - 1); in unmap_vmas()
|
H A D | vma.c | 1350 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 364 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
|
/linux/lib/ |
H A D | maple_tree.c | 6010 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function 6023 EXPORT_SYMBOL_GPL(mas_find);
|
/linux/tools/testing/radix-tree/ |
H A D | maple.c | 34086 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()
|