Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drcutree.h47 void synchronize_rcu_bh(void);
Drcutiny.h70 static inline void synchronize_rcu_bh(void) in synchronize_rcu_bh() function
/linux-4.4.14/kernel/rcu/
Dsync.c53 .sync = synchronize_rcu_bh,
Drcutorture.c422 .sync = synchronize_rcu_bh,
Dtree.c3228 void synchronize_rcu_bh(void) in synchronize_rcu_bh() function
3241 EXPORT_SYMBOL_GPL(synchronize_rcu_bh);
/linux-4.4.14/crypto/
Dpcrypt.c383 synchronize_rcu_bh(); in pcrypt_cpumask_change_notify()
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt176 synchronize_rcu_bh(), synchronize_sched(), synchronize_srcu(),
204 synchronize_rcu_bh(), then the corresponding readers must
330 This same limitation also applies to synchronize_rcu_bh()
DUP.txt89 It -is- safe for synchronize_sched() and synchronize_rcu_bh() to return
DwhatisRCU.txt331 b. synchronize_rcu_bh() rcu_read_lock_bh() / rcu_read_unlock_bh()
850 rcu_read_unlock_bh synchronize_rcu_bh
/linux-4.4.14/drivers/vhost/
Dnet.c802 synchronize_rcu_bh(); in vhost_net_release()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_gen.h675 synchronize_rcu_bh(); in mtype_resize()
/linux-4.4.14/drivers/net/team/
Dteam.c1072 synchronize_rcu_bh(); in team_port_disable_netpoll()