Searched refs:mtree_load (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | maple_tree.h | 311 void *mtree_load(struct maple_tree *mt, unsigned long index);
|
H A D | mm.h | 3400 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | irqdesc.c | 381 return mtree_load(&sparse_irqs, irq); in irq_to_desc()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 1118 MT_BUG_ON(mt, mtree_load(mas.tree, 0) != NULL); in check_erase2_testset() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 6233 * mtree_load() - Load a value stored in a maple tree 6239 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load() function 6268 EXPORT_SYMBOL(mtree_load); variable
|
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()
|
Completed in 57 milliseconds