Home
last modified time | relevance | path

Searched refs:mt_find (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/include/linux/
Dmaple_tree.h689 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max);
706 for (__entry = mt_find(__tree, &(__index), __max); \
/linux-6.6.21/Documentation/core-api/
Dmaple_tree.rst72 You can search for an entry from an index upwards by using mt_find().
104 * mt_find()
/linux-6.6.21/arch/arm64/kvm/
Dhypercalls.c213 val = mt_find(&kvm->arch.smccc_filter, &idx, idx); in kvm_smccc_filter_get_action()
/linux-6.6.21/kernel/irq/
Dirqdesc.c151 struct irq_desc *desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
/linux-6.6.21/mm/
Dnommu.c618 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
Dmmap.c1860 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
1877 return mt_find(&mm->mm_mt, &index, ULONG_MAX); in find_vma()
/linux-6.6.21/lib/
Dtest_maple_tree.c508 entry = mt_find(mt, &index, 512); in check_find()
513 entry = mt_find(mt, &index, 20); in check_find()
Dmaple_tree.c6527 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find() function
6573 EXPORT_SYMBOL(mt_find);
6593 return mt_find(mt, index, max); in mt_find_after()
/linux-6.6.21/tools/testing/radix-tree/
Dmaple.c33906 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()