Home
last modified time | relevance | path

Searched refs:mtree_load (Results 1 – 8 of 8) 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/include/linux/
H A Dmaple_tree.h314 void *mtree_load(struct maple_tree *mt, unsigned long index);
H A Dmm.h3532 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux/kernel/irq/
H A Dirqdesc.c429 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
/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()
1767 mtree_load(mt, 1470); in bench_load()
3627 MT_BUG_ON(mt, mtree_load(mt, location) != mt); in alloc_cyclic_testing()
H A Dmaple_tree.c6317 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function
6346 EXPORT_SYMBOL(mtree_load);
/linux/tools/testing/radix-tree/
H A Dmaple.c34094 ptr = mtree_load(mt, 140551363362816); in check_erase2_sets()
34876 entry = mtree_load(test->mt, test->index); in rcu_val()
35770 MT_BUG_ON(mt, mtree_load(mt, 963) != NULL); in check_null_expand()
35779 MT_BUG_ON(mt, mtree_load(mt, 884) != NULL); in check_null_expand()
35780 MT_BUG_ON(mt, mtree_load(mt, 889) != NULL); in check_null_expand()
35791 MT_BUG_ON(mt, mtree_load(mt, 899) != NULL); in check_null_expand()
35792 MT_BUG_ON(mt, mtree_load(mt, 900) != NULL); in check_null_expand()
35793 MT_BUG_ON(mt, mtree_load(mt, 905) != NULL); in check_null_expand()
35794 MT_BUG_ON(mt, mtree_load(mt, 906) != NULL); in check_null_expand()
35805 MT_BUG_ON(mt, mtree_load(mt, 809) != NULL); in check_null_expand()
[all …]