Searched refs:mt_find (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/include/linux/ |
D | maple_tree.h | 858 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max); 875 for (__entry = mt_find(__tree, &(__index), __max); \
|
/linux-6.12.1/Documentation/core-api/ |
D | maple_tree.rst | 72 You can search for an entry from an index upwards by using mt_find(). 107 * mt_find()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | hypercalls.c | 223 val = mt_find(&kvm->arch.smccc_filter, &idx, idx); in kvm_smccc_filter_get_action()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 545 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
/linux-6.12.1/kernel/irq/ |
D | irqdesc.c | 166 desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
|
/linux-6.12.1/mm/ |
D | mmap.c | 951 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection() 968 return mt_find(&mm->mm_mt, &index, ULONG_MAX); in find_vma()
|
D | nommu.c | 606 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
/linux-6.12.1/lib/ |
D | maple_tree.c | 6915 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find() function 6961 EXPORT_SYMBOL(mt_find); 6981 return mt_find(mt, index, max); in mt_find_after()
|
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.12.1/tools/testing/radix-tree/ |
D | maple.c | 33915 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()
|