| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | whatisRCU.rst | 140 c. synchronize_rcu() / call_rcu() 146 express synchronize_rcu() in terms of the call_rcu() callback API. 174 synchronize_rcu() 176 void synchronize_rcu(void); 181 Note that synchronize_rcu() will **not** necessarily wait for 188 2. enters synchronize_rcu() 191 5. exits synchronize_rcu() 194 To reiterate, synchronize_rcu() waits only for ongoing RCU 196 any that begin after synchronize_rcu() is invoked. 198 Of course, synchronize_rcu() does not necessarily return [all …]
|
| H A D | NMI-RCU.rst | 88 One way to accomplish this is via synchronize_rcu(), perhaps as 92 synchronize_rcu(); 95 This works because (as of v4.20) synchronize_rcu() blocks until all 98 Since NMI handlers disable preemption, synchronize_rcu() is guaranteed 100 to free up the handler's data as soon as synchronize_rcu() returns.
|
| H A D | UP.rst | 52 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()
|
| H A D | checklist.rst | 192 6. Since synchronize_rcu() can block, it cannot be called 218 If the updater uses call_rcu() or synchronize_rcu(), 238 8. Although synchronize_rcu() is slower than is call_rcu(), it 241 synchronize_rcu() is visible from userspace, synchronize_rcu() 244 synchronize_rcu() without synchronize_rcu()'s multi-millisecond 248 An especially important property of the synchronize_rcu() 250 are delayed for whatever reason, then the synchronize_rcu() 289 d. Periodically invoke synchronize_rcu(), permitting a limited 393 14. The whole point of call_rcu(), synchronize_rcu(), and friends 399 synchronize_rcu(), or friends. [all …]
|
| H A D | rcubarrier.rst | 24 presence? There is a synchronize_rcu() primitive that blocks until all 30 synchronize_rcu(); 64 We could try placing a synchronize_rcu() in the module-exit code path, 65 but this is not sufficient. Although synchronize_rcu() does wait for a 68 One might be tempted to try several back-to-back synchronize_rcu() 81 synchronize_rcu(), in particular, if there are no RCU callbacks queued
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcutiny.h | 34 synchronize_rcu(); in synchronize_rcu_expedited() 54 synchronize_rcu(); in kvfree_call_rcu()
|
| H A D | rcupdate.h | 43 void synchronize_rcu(void); 163 # define synchronize_rcu_tasks synchronize_rcu 197 #define synchronize_rcu_tasks synchronize_rcu
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tiny.c | 146 void synchronize_rcu(void) in synchronize_rcu() function 153 EXPORT_SYMBOL_GPL(synchronize_rcu);
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 101 14 synchronize_rcu(); 105 Because the ``synchronize_rcu()`` on line 14 waits for all pre-existing 110 started after the ``synchronize_rcu()`` started, and must therefore also 124 | block ``synchronize_rcu()``!!! | 131 | Second, even when using ``synchronize_rcu()``, the other update-side | 165 24 synchronize_rcu(); 169 28 synchronize_rcu(); 174 the ``synchronize_rcu()`` in ``start_recovery()`` to guarantee that 181 | Why is the ``synchronize_rcu()`` on line 28 needed? | 191 critical section must not contain calls to ``synchronize_rcu()``. [all …]
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_slave.c | 188 synchronize_rcu(); in hsr_add_port() 218 synchronize_rcu(); in hsr_del_port()
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | cfcnfg.c | 109 synchronize_rcu(); in cfcnfg_create() 121 synchronize_rcu(); in cfcnfg_remove() 197 synchronize_rcu(); in caif_disconnect_client() 583 synchronize_rcu(); in cfcnfg_del_phy_layer()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-842-pseries.c | 788 synchronize_rcu(); in nx842_OF_upd() 799 synchronize_rcu(); in nx842_OF_upd() 1011 synchronize_rcu(); in nx842_probe() 1063 synchronize_rcu(); in nx842_remove() 1126 synchronize_rcu(); in nx842_pseries_exit()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | membarrier.c | 315 synchronize_rcu(); in sync_runqueues_membarrier_state() 470 synchronize_rcu(); in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 145 synchronize_rcu(); in kfd_smi_ev_release() 289 synchronize_rcu(); in kfd_smi_event_open()
|
| /OK3568_Linux_fs/kernel/arch/sparc/oprofile/ |
| H A D | init.c | 56 synchronize_rcu(); /* Allow already-started NMIs to complete. */ in timer_stop()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_nat_tftp.c | 44 synchronize_rcu(); in nf_nat_tftp_fini()
|
| H A D | nf_nat_amanda.c | 80 synchronize_rcu(); in nf_nat_amanda_fini()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_fo.c | 69 synchronize_rcu(); in ip_vs_fo_cleanup()
|
| H A D | ip_vs_ovf.c | 76 synchronize_rcu(); in ip_vs_ovf_cleanup()
|
| H A D | ip_vs_lc.c | 83 synchronize_rcu(); in ip_vs_lc_cleanup()
|
| H A D | ip_vs_sed.c | 134 synchronize_rcu(); in ip_vs_sed_cleanup()
|
| H A D | ip_vs_nq.c | 133 synchronize_rcu(); in ip_vs_nq_cleanup()
|
| H A D | ip_vs_wlc.c | 106 synchronize_rcu(); in ip_vs_wlc_cleanup()
|
| /OK3568_Linux_fs/kernel/net/ieee802154/ |
| H A D | core.c | 182 synchronize_rcu(); in wpan_phy_unregister() 306 synchronize_rcu(); in cfg802154_netdev_notifier_call()
|
| /OK3568_Linux_fs/kernel/Documentation/litmus-tests/rcu/ |
| H A D | RCU+sync+read.litmus | 33 synchronize_rcu();
|