Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/include/linux/
Dmaple_tree.h326 int mtree_store(struct maple_tree *mt, unsigned long index,
/Linux-v6.6/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.c6307 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store() function
6312 EXPORT_SYMBOL(mtree_store);
/Linux-v6.6/tools/testing/radix-tree/
Dmaple.c35055 mtree_store(mt, index, in run_check_rcu_slowread()