Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_maple_tree.c426 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()
1393 value = mas_find(&mas, ULONG_MAX); in check_prev_entry()
1690 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
1721 entry = mas_find(&mas, ULONG_MAX); in check_gap_combining()
2071 val = mas_find(&mas, ULONG_MAX); in check_iteration()
2088 val = mas_find(&mas, ULONG_MAX); in check_iteration()
2105 val = mas_find(&mas, ULONG_MAX); in check_iteration()
3128 entry = mas_find(&mas, ULONG_MAX); in check_state_handling()
[all …]
H A Dmaple_tree.c5381 void *mas_find(struct ma_state *mas, unsigned long max) in mas_find() function
5394 EXPORT_SYMBOL_GPL(mas_find);
/linux/drivers/base/regmap/
H A Dregcache-maple.c62 lower = mas_find(&mas, reg - 1); in regcache_maple_write()
68 upper = mas_find(&mas, reg + 1); in regcache_maple_write()
/linux/include/linux/
H A Dmaple_tree.h560 void *mas_find(struct ma_state *mas, unsigned long max);
637 while (((__entry) = mas_find((__mas), (__max))) != NULL)
H A Dmm.h1587 return mas_find(&vmi->mas, max - 1); in vma_find()
1596 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
/linux/rust/kernel/
H A Dmaple_tree.rs542 unsafe { bindings::mas_find(self.as_raw(), max) } in mas_find_raw()
/linux/tools/testing/vma/include/
H A Ddup.h1176 return mas_find(&vmi->mas, ULONG_MAX); in vma_next()
1268 return mas_find(&vmi->mas, max - 1); in vma_find()
/linux/Documentation/core-api/
H A Dmaple_tree.rst179 mas_find() will find the first entry which exists at or above index on
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c368 return mas_find(&mas, addr + range - 1); in nouveau_uvma_region_find_first()
/linux/mm/
H A Dmemory.c393 next = mas_find(mas, unmap->tree_end - 1); in free_pgtables()
411 next = mas_find(mas, unmap->tree_end - 1); in free_pgtables()
2180 vma = mas_find(unmap->mas, unmap->tree_end - 1);
H A Dvma.c1509 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
/linux/tools/testing/radix-tree/
H A Dmaple.c33657 entry = mas_find(&mas, ULONG_MAX); in check_erase2_sets()