Searched refs:mt_find (Results 1 – 8 of 8) sorted by relevance
| /linux/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/mm/ |
| H A D | mmap.c | 890 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 D | nommu.c | 632 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
| /linux/kernel/irq/ |
| H A D | irqdesc.c | 190 desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 1127 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
| /linux/lib/ |
| H A D | maple_tree.c | 6482 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 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/tools/testing/radix-tree/ |
| H A D | maple.c | 33507 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()
|