Home
last modified time | relevance | path

Searched refs:mtree_load (Results 1 – 12 of 12) sorted by relevance

/linux/fs/btrfs/
H A Dlru_cache.c51 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 Dmaple_tree.rst63 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 Dinterrupts.py26 desc = mapletree.mtree_load(gdb.parse_and_eval("&sparse_irqs"), irq)
H A Dmapletree.py227 def mtree_load(mt, index): function
/linux/lib/
H A Dtest_maple_tree.c72 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 Dmaple_tree.c6311 * 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 Dmaple_tree.h326 void *mtree_load(struct maple_tree *mt, unsigned long index);
H A Dmm.h3432 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux/drivers/iommu/iommufd/
H A Dmain.c554 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 Dirqdesc.c416 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
/linux/tools/testing/vma/
H A Dvma_internal.h773 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux/tools/testing/radix-tree/
H A Dmaple.c1149 MT_BUG_ON(mt, mtree_load(mas.tree, 0) != NULL); in check_erase2_testset()
[all...]