1SYNCHRONIZE_RCU_BH(9)            Driver Basics           SYNCHRONIZE_RCU_BH(9)
2
3
4

NAME

6       synchronize_rcu_bh - wait until an rcu_bh grace period has elapsed.
7

SYNOPSIS

9       void synchronize_rcu_bh(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       Control will return to the caller some time after a full rcu_bh grace
17       period has elapsed, in other words after all currently executing rcu_bh
18       read-side critical sections have completed. RCU read-side critical
19       sections are delimited by rcu_read_lock_bh and rcu_read_unlock_bh, and
20       may be nested.
21
23Kernel Hackers Manual 2.6.         June 2019             SYNCHRONIZE_RCU_BH(9)
Impressum