Searched refs:mas_find (Results 1 – 11 of 11) sorted by relevance
/linux/lib/ |
H A D | test_maple_tree.c | 426 while ((entry = mas_find(&mas, 268435456)) != NULL) { in check_find() 555 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() 1631 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining() 1662 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining() 2011 /* Ensure mas_find() gets the next value */ in bench_forking() 2012 val = mas_find(&mas, ULONG_MAX); in bench_forking() 2029 val = mas_find(&mas, ULONG_MAX); in bench_forking() 2046 val = mas_find( in bench_forking() [all...] |
H A D | maple_tree.c | 6050 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function 6063 EXPORT_SYMBOL_GPL(mas_find);
|
/linux/drivers/base/regmap/ |
H A D | regcache-maple.c | 62 lower = mas_find(&mas, reg - 1); in regcache_maple_write() 68 upper = mas_find(&mas, reg + 1); in regcache_maple_write()
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 405 * Uses mas_find() to get the first VMA when the iterator starts. in vma_lock_alloc() 408 return mas_find(&vmi->mas, ULONG_MAX); in vma_lock_alloc() 533 return mas_find(&vmi->mas, max - 1); in vma_iter_clear_gfp()
|
/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 | 505 child = mas_find(&mas, LONG_MAX); in offset_find_next()
|
/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() 1917 vma = mas_find(mas, tree_end - 1); in unmap_vmas()
|
H A D | vma.c | 1349 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/tools/testing/radix-tree/ |
H A D | maple.c | 34086 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()
|