Searched refs:mas_find (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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() 1905 /* Ensure mas_find() gets the next value */ in check_iteration() 1906 val = mas_find(&mas, ULONG_MAX); in check_iteration() 1923 val = mas_find(&mas, ULONG_MAX); in check_iteration() 1940 val = mas_find( in check_iteration() [all...] |
H A D | maple_tree.c | 5897 * mas_pause() - Pause a mas_find/mas_for_each to drop the lock. 5916 * mas_find_setup() - Internal function to set up mas_find*(). 5985 * mas_find() - On the first call, find the entry at or after mas->index up to 5996 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function 6006 EXPORT_SYMBOL_GPL(mas_find); variable
|
/kernel/linux/linux-6.6/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 | 969 return mas_find(&vmi->mas, max - 1); in vma_find() 975 * Uses mas_find() to get the first VMA when the iterator starts. in vma_next() 978 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mmap.c | 2561 vma_test = mas_find(&test, count - 1); in do_vmi_align_munmap() 3243 vma = mas_find(&mas, ULONG_MAX); in exit_mmap() 3282 } while ((vma = mas_find(&mas, ULONG_MAX)) != NULL); in exit_mmap()
|
H A D | memory.c | 377 next = mas_find(mas, ceiling - 1); in free_pgtables() 398 next = mas_find(mas, ceiling - 1); in free_pgtables() 1746 } while ((vma = mas_find(mas, tree_end - 1)) != NULL); in unmap_vmas()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.c | 362 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | [all...] |
Completed in 51 milliseconds