Searched refs:mtree_load (Results 1 – 13 of 13) 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/rust/kernel/ |
| H A D | maple_tree.rs | 378 let ret = unsafe { bindings::mtree_load(self.0.tree.get(), index) }; in load()
|
| /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() 3636 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3653 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3656 MT_BUG_ON(mt, mtree_load(mt, 123) != NULL); in alloc_cyclic_testing() 3660 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing() 3665 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
|
| H A D | maple_tree.c | 5882 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function 5911 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 | 3766 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 580 immap = mtree_load(&ictx->mt_mmap, vma->vm_pgoff << PAGE_SHIFT); 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/radix-tree/ |
| H A D | maple.c | 719 MT_BUG_ON(mt, mtree_load(mas.tree, 0) != NULL); in check_erase2_testset() 33688 ptr = mtree_load(mt, 140551363362816); in check_erase2_sets() 33689 MT_BUG_ON(mt, ptr == mtree_load(mt, 140551363420159)); in check_erase2_sets() 33736 MT_BUG_ON(mt, NULL != mtree_load(mt, 140415537422336)); in check_erase2_sets() 33860 MT_BUG_ON(mt, NULL != mtree_load(mt, 94637033459712)); in check_erase2_sets() 33868 MT_BUG_ON(mt, NULL != mtree_load(mt, 94637033459712)); in check_erase2_sets() 34470 entry = mtree_load(test->mt, test->index); in rcu_val() 35431 MT_BUG_ON(mt, mtree_load(mt, 963) != NULL); in check_null_expand() 35440 MT_BUG_ON(mt, mtree_load(mt, 884) != NULL); in check_null_expand() 35441 MT_BUG_ON(mt, mtree_load(mt, 889) != NULL); in check_null_expand() [all …]
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 1030 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|