Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Dmaple_tree.rst179 mas_find() will find the first entry which exists at or above index on
/linux/include/linux/
H A Dmm.h1011 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 Dlibfs.c499 child = mas_find(&mas, DIR_OFFSET_MAX); in offset_dir_lookup()
/linux/mm/
H A Dmemory.c376 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 Dvma.c1350 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c364 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
/linux/lib/
H A Dmaple_tree.c6010 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 Dmaple.c34086 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()