Searched refs:mtree_load (Results 1 – 12 of 12) sorted by relevance
/linux/fs/btrfs/ |
H A D | lru_cache.c | 51 head = mtree_load(&cache->entries, key); in btrfs_lru_cache_lookup() 124 head = mtree_load(&cache->entries, key); in btrfs_lru_cache_store()
|
/linux/Documentation/core-api/ |
H A D | maple_tree.rst | 63 but takes a range. mtree_load() is used to retrieve the entry stored at a 106 * mtree_load() 125 before calling mtree_load(), then take a reference count on the object you
|
/linux/scripts/gdb/linux/ |
H A D | interrupts.py | 26 desc = mapletree.mtree_load(gdb.parse_and_eval("&sparse_irqs"), irq)
|
H A D | mapletree.py | 227 def mtree_load(mt, index): function
|
/linux/lib/ |
H A D | test_maple_tree.c | 72 MT_BUG_ON(mt, mtree_load(mt, index) != NULL); in mtree_erase_index() 101 return mtree_load(mt, index); in mtree_test_load() 1877 mtree_load(mt, 1470); in bench_load() 3769 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3786 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3789 MT_BUG_ON(mt, mtree_load(mt, 123) != NULL); in alloc_cyclic_testing() 3793 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3798 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
|
H A D | maple_tree.c | 6311 * mtree_load() - Load a value stored in a maple tree 6317 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function 6346 EXPORT_SYMBOL(mtree_load);
|
/linux/include/linux/ |
H A D | maple_tree.h | 326 void *mtree_load(struct maple_tree *mt, unsigned long index);
|
H A D | mm.h | 3432 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|
/linux/drivers/iommu/iommufd/ |
H A D | main.c | 554 immap = mtree_load(&ictx->mt_mmap, vma->vm_pgoff << PAGE_SHIFT); in iommufd_fops_mmap() 558 * mtree_load() returns the immap for any contained mmio_addr, so only in iommufd_fops_mmap()
|
/linux/kernel/irq/ |
H A D | irqdesc.c | 416 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 773 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|
/linux/tools/testing/radix-tree/ |
H A D | maple.c | 1149 MT_BUG_ON(mt, mtree_load(mas.tree, 0) != NULL); in check_erase2_testset() [all...] |