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

/linux-master/lib/
H A Dmaple_tree.c989 bool in_rcu = mt_in_rcu(mas->tree); local
994 mt_destroy_walk(mat->head, mas->tree, !in_rcu);
995 if (in_rcu)
2507 * @in_rcu: If the tree is in rcu mode
2512 struct ma_state *tmp_mas, bool in_rcu)
2523 if (in_rcu)
2551 bool in_rcu; local
2596 in_rcu = mt_in_rcu(mas->tree);
2624 mas_topiary_node(mas, &tmp[i], in_rcu);
2630 mas_topiary_node(mas, &tmp[i], in_rcu);
2511 mas_topiary_node(struct ma_state *mas, struct ma_state *tmp_mas, bool in_rcu) argument
3023 bool in_rcu = mt_in_rcu(mas->tree); local
3890 bool in_rcu = mt_in_rcu(mas->tree); local
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c10296 bool in_rcu = in_rcu_cs(env); local
10304 if (in_rcu && (reg->type & MEM_ALLOC) && (reg->type & MEM_PERCPU)) {

Completed in 180 milliseconds