Searched refs:mt_find (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 689 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max); 706 for (__entry = mt_find(__tree, &(__index), __max); \
|
/openbmc/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(). 104 * mt_find()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | hypercalls.c | 213 val = mt_find(&kvm->arch.smccc_filter, &idx, idx); in kvm_smccc_filter_get_action()
|
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 154 desc = mt_find(&sparse_irqs, &index, nr_irqs); in irq_find_at_or_after()
|
/openbmc/linux/mm/ |
H A D | nommu.c | 617 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
|
H A D | mmap.c | 1867 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection() 1884 return mt_find(&mm->mm_mt, &index, ULONG_MAX); in find_vma()
|
/openbmc/linux/lib/ |
H A D | test_maple_tree.c | 508 entry = mt_find(mt, &index, 512); in check_find() 513 entry = mt_find(mt, &index, 20); in check_find()
|
H A D | maple_tree.c | 6527 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()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | maple.c | 33906 MT_BUG_ON(mt, !!mt_find(mt, &start, 140735933906943UL)); in check_erase2_sets()
|