Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.4/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 …]
DNMI-RCU.txt84 One way to accomplish this is via synchronize_rcu(), perhaps as
88 synchronize_rcu();
91 This works because (as of v4.20) synchronize_rcu() blocks until all
94 Since NMI handlers disable preemption, synchronize_rcu() is guaranteed
96 to free up the handler's data as soon as synchronize_rcu() returns.
DUP.rst52 Why is it *not* legal to invoke synchronize_rcu() in this case?
96 Note that it *is* safe for synchronize_rcu() to return immediately on
100 Why can't synchronize_rcu() return immediately on UP systems running
106 Why is it *not* legal to invoke synchronize_rcu() in this case?
136 Why can't synchronize_rcu() return immediately on UP systems
140 of an RCU read-side critical section. If synchronize_rcu()
Dchecklist.txt188 6. Since synchronize_rcu() can block, it cannot be called
214 If the updater uses call_rcu() or synchronize_rcu(),
234 8. Although synchronize_rcu() is slower than is call_rcu(), it
237 synchronize_rcu() is visible from userspace, synchronize_rcu()
240 synchronize_rcu() without synchronize_rcu()'s multi-millisecond
244 An especially important property of the synchronize_rcu()
246 are delayed for whatever reason, then the synchronize_rcu()
285 d. Periodically invoke synchronize_rcu(), permitting a limited
389 14. The whole point of call_rcu(), synchronize_rcu(), and friends
395 synchronize_rcu(), or friends.
[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
/Linux-v5.4/kernel/rcu/
Dtiny.c119 void synchronize_rcu(void) in synchronize_rcu() function
126 EXPORT_SYMBOL_GPL(synchronize_rcu);
Dupdate.c208 synchronize_rcu(); in rcu_test_sync_prims()
683 synchronize_rcu(); in rcu_tasks_kthread()
773 synchronize_rcu(); in rcu_tasks_kthread()
/Linux-v5.4/net/hsr/
Dhsr_slave.c157 synchronize_rcu(); in hsr_add_port()
192 synchronize_rcu(); in hsr_del_port()
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_peer_bus.c94 synchronize_rcu(); in scif_peer_add_device()
155 synchronize_rcu(); in scif_peer_unregister_device()
/Linux-v5.4/kernel/sched/
Dmembarrier.c228 synchronize_rcu(); in sync_runqueues_membarrier_state()
358 synchronize_rcu(); in SYSCALL_DEFINE2()
/Linux-v5.4/arch/sparc/oprofile/
Dinit.c56 synchronize_rcu(); /* Allow already-started NMIs to complete. */ in timer_stop()
/Linux-v5.4/net/netfilter/
Dnf_nat_tftp.c44 synchronize_rcu(); in nf_nat_tftp_fini()
Dnf_nat_amanda.c80 synchronize_rcu(); in nf_nat_amanda_fini()
/Linux-v5.4/include/linux/
Drcutiny.h34 synchronize_rcu(); in synchronize_rcu_expedited()
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_fo.c69 synchronize_rcu(); in ip_vs_fo_cleanup()
Dip_vs_lc.c83 synchronize_rcu(); in ip_vs_lc_cleanup()
Dip_vs_ovf.c76 synchronize_rcu(); in ip_vs_ovf_cleanup()
Dip_vs_nq.c133 synchronize_rcu(); in ip_vs_nq_cleanup()
Dip_vs_sed.c134 synchronize_rcu(); in ip_vs_sed_cleanup()
Dip_vs_wlc.c106 synchronize_rcu(); in ip_vs_wlc_cleanup()
/Linux-v5.4/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-v5.4/drivers/crypto/nx/
Dnx-842-pseries.c786 synchronize_rcu(); in nx842_OF_upd()
797 synchronize_rcu(); in nx842_OF_upd()
1009 synchronize_rcu(); in nx842_probe()
1061 synchronize_rcu(); in nx842_remove()
1123 synchronize_rcu(); in nx842_pseries_exit()
/Linux-v5.4/drivers/misc/cxl/
Dbase.c94 synchronize_rcu(); in unregister_cxl_calls()
/Linux-v5.4/net/ieee802154/
Dcore.c182 synchronize_rcu(); in wpan_phy_unregister()
306 synchronize_rcu(); in cfg802154_netdev_notifier_call()
/Linux-v5.4/net/802/
Dstp.c93 synchronize_rcu(); in stp_proto_unregister()

1234567891011