Searched refs:mtree_store (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/Documentation/core-api/ |
D | maple_tree.rst | 60 You can then set entries using mtree_store() or mtree_store_range(). 61 mtree_store() will overwrite any entry with the new entry and return 0 on 65 knowing one value within that range, or mtree_store() call with an entry of 110 * mtree_store()
|
/linux-6.6.21/include/linux/ |
D | maple_tree.h | 326 int mtree_store(struct maple_tree *mt, unsigned long index,
|
/linux-6.6.21/lib/ |
D | test_maple_tree.c | 1590 mtree_store(mt, seq100[13], NULL, GFP_KERNEL); in check_gap_combining() 1593 mtree_store(mt, seq100[14], NULL, GFP_KERNEL); in check_gap_combining()
|
D | maple_tree.c | 6318 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store() function 6323 EXPORT_SYMBOL(mtree_store);
|
/linux-6.6.21/tools/testing/radix-tree/ |
D | maple.c | 35055 mtree_store(mt, index, in run_check_rcu_slowread()
|