Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Dmaple_tree.rst72 You can search for an entry from an index upwards by using mt_find().
107 * mt_find()
/linux/mm/
H A Dmmap.c890 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
907 return mt_find(&mm->mm_mt, &index, ULONG_MAX); in find_vma()
H A Dnommu.c632 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
/linux/kernel/irq/
H A Dirqdesc.c190 desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
/linux/tools/testing/vma/include/
H A Ddup.h1127 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
/linux/lib/
H A Dmaple_tree.c6482 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find() function
6528 EXPORT_SYMBOL(mt_find);
6548 return mt_find(mt, index, max); in mt_find_after()
H A Dtest_maple_tree.c514 entry = mt_find(mt, &index, 512); in check_find()
519 entry = mt_find(mt, &index, 20); in check_find()
/linux/tools/testing/radix-tree/
H A Dmaple.c33507 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()