Searched refs:mas_find (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_maple_tree.c | 420 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 …]
|
H A D | maple_tree.c | 5996 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function 6006 EXPORT_SYMBOL_GPL(mas_find);
|
/openbmc/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()
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 467 void *mas_find(struct ma_state *mas, unsigned long max); 552 while (((__entry) = mas_find((__mas), (__max))) != NULL)
|
H A D | mm.h | 947 return mas_find(&vmi->mas, max - 1); in vma_find() 956 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
|
/openbmc/linux/Documentation/core-api/ |
H A D | maple_tree.rst | 175 mas_find() will find the first entry which exists at or above index on
|
/openbmc/linux/mm/ |
H A D | mmap.c | 2548 vma_test = mas_find(&test, count - 1); in do_vmi_align_munmap() 3280 vma = mas_find(&mas, ULONG_MAX); in exit_mmap() 3319 } while ((vma = mas_find(&mas, ULONG_MAX)) != NULL); in insert_vm_struct()
|
H A D | memory.c | 375 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 362 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | maple.c | 34055 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()
|