Home
last modified time | relevance | path

Searched refs:synchronize_rcu (Results 1 – 25 of 227) sorted by relevance

12345678910

/Linux-v4.19/Documentation/RCU/
DwhatisRCU.txt126 c. synchronize_rcu() / call_rcu()
132 express synchronize_rcu() in terms of the call_rcu() callback API.
160 synchronize_rcu()
162 void synchronize_rcu(void);
167 Note that synchronize_rcu() will -not- necessarily wait for
174 2. enters synchronize_rcu()
177 5. exits synchronize_rcu()
180 To reiterate, synchronize_rcu() waits only for ongoing RCU
182 any that begin after synchronize_rcu() is invoked.
184 Of course, synchronize_rcu() does not necessarily return
[all …]
DUP.txt49 Quick Quiz #1: why is it -not- legal to invoke synchronize_rcu() in
90 immediately on an UP system. It is also safe for synchronize_rcu()
94 Quick Quiz #3: Why can't synchronize_rcu() return immediately on
99 Why is it -not- legal to invoke synchronize_rcu() in this case?
128 Why can't synchronize_rcu() return immediately on UP systems
132 of an RCU read-side critical section. If synchronize_rcu()
Dchecklist.txt190 6. Since synchronize_rcu() can block, it cannot be called from
215 7. If the updater uses call_rcu() or synchronize_rcu(), then the
237 8. Although synchronize_rcu() is slower than is call_rcu(), it
240 synchronize_rcu() is visible from userspace, synchronize_rcu()
243 synchronize_rcu() without synchronize_rcu()'s multi-millisecond
247 An especially important property of the synchronize_rcu()
249 are delayed for whatever reason, then the synchronize_rcu()
292 e. Periodically invoke synchronize_rcu(), permitting a limited
327 11. Note that synchronize_rcu() -only- guarantees to wait until
333 than rcu_read_lock(), do -not- use synchronize_rcu().
[all …]
Drcubarrier.txt21 presence? There is a synchronize_rcu() primitive that blocks until all
27 synchronize_rcu();
60 We could try placing a synchronize_rcu() in the module-exit code path,
61 but this is not sufficient. Although synchronize_rcu() does wait for a
64 One might be tempted to try several back-to-back synchronize_rcu()
76 synchronize_rcu(), in particular, if there are no RCU callbacks queued
Drcuref.txt117 In cases where delete() can sleep, synchronize_rcu() can be called from
128 synchronize_rcu();
/Linux-v4.19/net/hsr/
Dhsr_slave.c164 synchronize_rcu(); in hsr_add_port()
199 synchronize_rcu(); in hsr_del_port()
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_peer_bus.c102 synchronize_rcu(); in scif_peer_add_device()
163 synchronize_rcu(); in scif_peer_unregister_device()
/Linux-v4.19/net/netfilter/
Dnf_nat_tftp.c41 synchronize_rcu(); in nf_nat_tftp_fini()
Dnf_nat_amanda.c78 synchronize_rcu(); in nf_nat_amanda_fini()
Dnf_nat_irc.c100 synchronize_rcu(); in nf_nat_irc_fini()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_fo.c74 synchronize_rcu(); in ip_vs_fo_cleanup()
Dip_vs_ovf.c81 synchronize_rcu(); in ip_vs_ovf_cleanup()
Dip_vs_lc.c88 synchronize_rcu(); in ip_vs_lc_cleanup()
Dip_vs_wlc.c111 synchronize_rcu(); in ip_vs_wlc_cleanup()
Dip_vs_nq.c138 synchronize_rcu(); in ip_vs_nq_cleanup()
Dip_vs_sed.c139 synchronize_rcu(); in ip_vs_sed_cleanup()
/Linux-v4.19/drivers/net/ieee802154/
Dmac802154_hwsim.c163 synchronize_rcu(); in hwsim_hw_start()
174 synchronize_rcu(); in hwsim_hw_stop()
486 synchronize_rcu(); in hwsim_new_edge_nl()
528 synchronize_rcu(); in hwsim_del_edge_nl()
711 synchronize_rcu(); in hwsim_edge_unsubscribe_me()
/Linux-v4.19/net/caif/
Dcfcnfg.c109 synchronize_rcu(); in cfcnfg_create()
121 synchronize_rcu(); in cfcnfg_remove()
197 synchronize_rcu(); in caif_disconnect_client()
577 synchronize_rcu(); in cfcnfg_del_phy_layer()
/Linux-v4.19/drivers/crypto/nx/
Dnx-842-pseries.c801 synchronize_rcu(); in nx842_OF_upd()
812 synchronize_rcu(); in nx842_OF_upd()
1024 synchronize_rcu(); in nx842_probe()
1076 synchronize_rcu(); in nx842_remove()
1138 synchronize_rcu(); in nx842_pseries_exit()
/Linux-v4.19/drivers/misc/cxl/
Dbase.c98 synchronize_rcu(); in unregister_cxl_calls()
/Linux-v4.19/net/ieee802154/
Dcore.c196 synchronize_rcu(); in wpan_phy_unregister()
320 synchronize_rcu(); in cfg802154_netdev_notifier_call()
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c182 synchronize_rcu(); in unregister_step_hook()
292 synchronize_rcu(); in unregister_break_hook()
/Linux-v4.19/net/802/
Dstp.c96 synchronize_rcu(); in stp_proto_unregister()
/Linux-v4.19/include/linux/
Drcupdate.h67 void synchronize_rcu(void);
91 static inline void synchronize_rcu(void) in synchronize_rcu() function
/Linux-v4.19/arch/x86/mm/
Dtestmmiotrace.c111 synchronize_rcu(); in do_test_bulk_ioremapping()

12345678910