Home
last modified time | relevance | path

Searched refs:mtree_store (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/Documentation/core-api/
Dmaple_tree.rst60 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/
Dmaple_tree.h326 int mtree_store(struct maple_tree *mt, unsigned long index,
/linux-6.6.21/lib/
Dtest_maple_tree.c1590 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()
Dmaple_tree.c6318 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/
Dmaple.c35055 mtree_store(mt, index, in run_check_rcu_slowread()