Searched refs:mt_find (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 872 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max); 889 for (__entry = mt_find(__tree, &(__index), __max); \
|
| /linux-6.15/Documentation/core-api/ |
| H A D | maple_tree.rst | 72 You can search for an entry from an index upwards by using mt_find(). 107 * mt_find()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | hypercalls.c | 225 val = mt_find(&kvm->arch.smccc_filter, &idx, idx); in kvm_smccc_filter_get_action()
|
| /linux-6.15/mm/ |
| H A D | mmap.c | 896 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection() 913 return mt_find(&mm->mm_mt, &index, ULONG_MAX); in find_vma()
|
| H A D | nommu.c | 613 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 613 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
| /linux-6.15/kernel/irq/ |
| H A D | irqdesc.c | 189 desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
|
| /linux-6.15/lib/ |
| H A D | maple_tree.c | 6870 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find() function 6916 EXPORT_SYMBOL(mt_find); 6936 return mt_find(mt, index, max); in mt_find_after()
|
| H A D | test_maple_tree.c | 514 entry = mt_find(mt, &index, 512); in check_find() 519 entry = mt_find(mt, &index, 20); in check_find()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 33937 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()
|