Searched refs:synchronize_rcu (Results 1 – 25 of 227) sorted by relevance
12345678910
/Linux-v4.19/Documentation/RCU/ |
D | whatisRCU.txt | 126 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 …]
|
D | UP.txt | 49 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()
|
D | checklist.txt | 190 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 …]
|
D | rcubarrier.txt | 21 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
|
D | rcuref.txt | 117 In cases where delete() can sleep, synchronize_rcu() can be called from 128 synchronize_rcu();
|
/Linux-v4.19/net/hsr/ |
D | hsr_slave.c | 164 synchronize_rcu(); in hsr_add_port() 199 synchronize_rcu(); in hsr_del_port()
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_peer_bus.c | 102 synchronize_rcu(); in scif_peer_add_device() 163 synchronize_rcu(); in scif_peer_unregister_device()
|
/Linux-v4.19/net/netfilter/ |
D | nf_nat_tftp.c | 41 synchronize_rcu(); in nf_nat_tftp_fini()
|
D | nf_nat_amanda.c | 78 synchronize_rcu(); in nf_nat_amanda_fini()
|
D | nf_nat_irc.c | 100 synchronize_rcu(); in nf_nat_irc_fini()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_fo.c | 74 synchronize_rcu(); in ip_vs_fo_cleanup()
|
D | ip_vs_ovf.c | 81 synchronize_rcu(); in ip_vs_ovf_cleanup()
|
D | ip_vs_lc.c | 88 synchronize_rcu(); in ip_vs_lc_cleanup()
|
D | ip_vs_wlc.c | 111 synchronize_rcu(); in ip_vs_wlc_cleanup()
|
D | ip_vs_nq.c | 138 synchronize_rcu(); in ip_vs_nq_cleanup()
|
D | ip_vs_sed.c | 139 synchronize_rcu(); in ip_vs_sed_cleanup()
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | mac802154_hwsim.c | 163 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/ |
D | cfcnfg.c | 109 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/ |
D | nx-842-pseries.c | 801 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/ |
D | base.c | 98 synchronize_rcu(); in unregister_cxl_calls()
|
/Linux-v4.19/net/ieee802154/ |
D | core.c | 196 synchronize_rcu(); in wpan_phy_unregister() 320 synchronize_rcu(); in cfg802154_netdev_notifier_call()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | debug-monitors.c | 182 synchronize_rcu(); in unregister_step_hook() 292 synchronize_rcu(); in unregister_break_hook()
|
/Linux-v4.19/net/802/ |
D | stp.c | 96 synchronize_rcu(); in stp_proto_unregister()
|
/Linux-v4.19/include/linux/ |
D | rcupdate.h | 67 void synchronize_rcu(void); 91 static inline void synchronize_rcu(void) in synchronize_rcu() function
|
/Linux-v4.19/arch/x86/mm/ |
D | testmmiotrace.c | 111 synchronize_rcu(); in do_test_bulk_ioremapping()
|
12345678910