Home
last modified time | relevance | path

Searched refs:mt_in_rcu (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmaple_tree.h865 static inline bool mt_in_rcu(struct maple_tree *mt) in mt_in_rcu() function
879 if (!mt_in_rcu(mt)) in mt_clear_in_rcu()
898 if (mt_in_rcu(mt)) in mt_set_in_rcu()
/linux/lib/
H A Dmaple_tree.c914 bool in_rcu = mt_in_rcu(mas->tree); in mas_mat_destroy()
1864 in_rcu = mt_in_rcu(mas->tree); in mas_topiary_replace()
3138 in_rcu = mt_in_rcu(mas->tree); in mas_wr_node_store()
3236 WARN_ON_ONCE(mt_in_rcu(mas->tree)); in mas_wr_slot_store()
3633 ret = mt_in_rcu(mas->tree) ? 1 : 0; in mas_prealloc_calc()
3693 if (!mt_in_rcu(mas->tree) && (mas->offset == mas->end)) in mas_wr_store_type()
3696 if ((new_end == mas->end) && (!mt_in_rcu(mas->tree) || in mas_wr_store_type()
4812 if (mt_in_rcu(mt)) { in mte_destroy_walk()
/linux/tools/testing/radix-tree/
H A Dmaple.c185 if (mt_in_rcu(mt)) in check_erase_testset()
34571 MT_BUG_ON(mt, !mt_in_rcu(mt)); in run_check_rcu()
34633 MT_BUG_ON(mt, !mt_in_rcu(mt)); in run_check_rcu_slot_store()
34669 MT_BUG_ON(mt, !mt_in_rcu(mt)); in run_check_rcu_slowread()