Home
last modified time | relevance | path

Searched refs:in_rcu (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dmaple_tree.c914 bool in_rcu = mt_in_rcu(mas->tree); in mas_mat_destroy() local
919 mt_destroy_walk(mat->head, mas->tree, !in_rcu); in mas_mat_destroy()
920 if (in_rcu) in mas_mat_destroy()
1782 struct ma_state *tmp_mas, bool in_rcu) in mas_topiary_node() argument
1819 bool in_rcu; in mas_topiary_replace() local
1864 in_rcu = mt_in_rcu(mas->tree); in mas_topiary_replace()
1892 mas_topiary_node(mas, &tmp[i], in_rcu); in mas_topiary_replace()
1898 mas_topiary_node(mas, &tmp[i], in_rcu); in mas_topiary_replace()
3134 bool in_rcu; in mas_wr_node_store() local
3138 in_rcu = mt_in_rcu(mas->tree); in mas_wr_node_store()
[all …]
/linux/kernel/bpf/
H A Dverifier.c10361 bool in_rcu = in_rcu_cs(env); in check_helper_call() local
10369 if (in_rcu && (reg->type & MEM_ALLOC) && (reg->type & MEM_PERCPU)) { in check_helper_call()