Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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()
3737 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
3754 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
3757 MT_BUG_ON(mt, mtree_load(mt, 123) != NULL); in alloc_cyclic_testing()
3761 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
3766 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
H A Dmaple_tree.c6269 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function
6298 EXPORT_SYMBOL(mtree_load);
/linux-6.15/include/linux/
H A Dmaple_tree.h326 void *mtree_load(struct maple_tree *mt, unsigned long index);
H A Dmm.h3552 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h619 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux-6.15/kernel/irq/
H A Dirqdesc.c451 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
/linux-6.15/tools/testing/radix-tree/
H A Dmaple.c34118 ptr = mtree_load(mt, 140551363362816); in check_erase2_sets()
34900 entry = mtree_load(test->mt, test->index); in rcu_val()
35794 MT_BUG_ON(mt, mtree_load(mt, 963) != NULL); in check_null_expand()
35803 MT_BUG_ON(mt, mtree_load(mt, 884) != NULL); in check_null_expand()
35804 MT_BUG_ON(mt, mtree_load(mt, 889) != NULL); in check_null_expand()
35815 MT_BUG_ON(mt, mtree_load(mt, 899) != NULL); in check_null_expand()
35816 MT_BUG_ON(mt, mtree_load(mt, 900) != NULL); in check_null_expand()
35817 MT_BUG_ON(mt, mtree_load(mt, 905) != NULL); in check_null_expand()
35818 MT_BUG_ON(mt, mtree_load(mt, 906) != NULL); in check_null_expand()
35829 MT_BUG_ON(mt, mtree_load(mt, 809) != NULL); in check_null_expand()
[all …]