Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate_wait.h39 * synchronize_rcu_mult - Wait concurrently for multiple grace periods
43 * For example, synchronize_rcu_mult(call_rcu, call_rcu_tasks) would wait
56 * synchronize_rcu_mult() can be called is automatically already a full
59 #define synchronize_rcu_mult(...) \ macro
/linux/kernel/bpf/
H A Dbpf_struct_ops.c1000 synchronize_rcu_mult(call_rcu, call_rcu_tasks); in bpf_struct_ops_map_free()