Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drcutorture.c3470 static bool read_exit_child_stop; variable
3503 if (READ_ONCE(read_exit_child_stop)) in rcu_torture_read_exit()
3521 for (; !errexit && !READ_ONCE(read_exit_child_stop) && i < read_exit_delay; i++) in rcu_torture_read_exit()
3523 } while (!errexit && !READ_ONCE(read_exit_child_stop)); in rcu_torture_read_exit()
3540 read_exit_child_stop = false; in rcu_torture_read_exit_init()
3550 WRITE_ONCE(read_exit_child_stop, true); in rcu_torture_read_exit_cleanup()