Searched refs:mtree_load (Results 1 – 8 of 8) sorted by relevance
/openbmc/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()
|
/openbmc/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 103 * mtree_load() 121 before calling mtree_load(), then take a reference count on the object you
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 311 void *mtree_load(struct maple_tree *mt, unsigned long index);
|
H A D | mm.h | 3380 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 384 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | maple.c | 1118 MT_BUG_ON(mt, mtree_load(mas.tree, 0) != NULL); in check_erase2_testset() 34087 ptr = mtree_load(mt, 140551363362816); in check_erase2_sets() 34088 MT_BUG_ON(mt, ptr == mtree_load(mt, 140551363420159)); in check_erase2_sets() 34135 MT_BUG_ON(mt, 0 != mtree_load(mt, 140415537422336)); in check_erase2_sets() 34259 MT_BUG_ON(mt, 0 != mtree_load(mt, 94637033459712)); in check_erase2_sets() 34267 MT_BUG_ON(mt, 0 != mtree_load(mt, 94637033459712)); in check_erase2_sets() 34869 entry = mtree_load(test->mt, test->index); in rcu_val() 35763 MT_BUG_ON(mt, mtree_load(mt, 963) != NULL); in check_null_expand() 35772 MT_BUG_ON(mt, mtree_load(mt, 884) != NULL); in check_null_expand() 35773 MT_BUG_ON(mt, mtree_load(mt, 889) != NULL); in check_null_expand() [all …]
|
/openbmc/linux/lib/ |
H A D | test_maple_tree.c | 66 MT_BUG_ON(mt, mtree_load(mt, index) != NULL); in mtree_erase_index() 95 return mtree_load(mt, index); in mtree_test_load()
|
H A D | maple_tree.c | 6239 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function 6268 EXPORT_SYMBOL(mtree_load);
|