Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcutorture.c3881 static bool read_exit_child_stopped; in rcu_torture_read_exit()
3936 smp_store_release(&read_exit_child_stopped, true); // After reaping. in rcu_torture_preempt()
3951 read_exit_child_stopped = false; in rcu_torture_preempt()
3962 wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); in rcu_gpwrap_lag_timer()
3819 static bool read_exit_child_stopped; global() variable