Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A 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
113 * mtree_store()
/linux/include/linux/
H A Dmaple_tree.h378 int mtree_store(struct maple_tree *mt, unsigned long index,
/linux/lib/
H A Dtest_maple_tree.c1741 mtree_store(mt, seq100[13], NULL, GFP_KERNEL); in check_gap_combining()
1744 mtree_store(mt, seq100[14], NULL, GFP_KERNEL); in check_gap_combining()
H A Dmaple_tree.c5722 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store() function
5727 EXPORT_SYMBOL(mtree_store);
/linux/tools/testing/radix-tree/
H A Dmaple.c34686 mtree_store(mt, index, in run_check_rcu_slowread()
35939 mtree_store(mt, ULONG_MAX, xa_mk_value(0), GFP_KERNEL); in check_erase_rebalance()
36052 mtree_store(&new, 5, xa_mk_value(5), GFP_KERNEL); in check_mtree_dup()