Searched refs:synchronize_rcu (Results 1 – 25 of 267) sorted by relevance
1234567891011
| /Linux-v5.4/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 | NMI-RCU.txt | 84 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.
|
| 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()
|
| D | checklist.txt | 188 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 …]
|
| 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
|
| /Linux-v5.4/kernel/rcu/ |
| D | tiny.c | 119 void synchronize_rcu(void) in synchronize_rcu() function 126 EXPORT_SYMBOL_GPL(synchronize_rcu);
|
| D | update.c | 208 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/ |
| D | hsr_slave.c | 157 synchronize_rcu(); in hsr_add_port() 192 synchronize_rcu(); in hsr_del_port()
|
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_peer_bus.c | 94 synchronize_rcu(); in scif_peer_add_device() 155 synchronize_rcu(); in scif_peer_unregister_device()
|
| /Linux-v5.4/kernel/sched/ |
| D | membarrier.c | 228 synchronize_rcu(); in sync_runqueues_membarrier_state() 358 synchronize_rcu(); in SYSCALL_DEFINE2()
|
| /Linux-v5.4/arch/sparc/oprofile/ |
| D | init.c | 56 synchronize_rcu(); /* Allow already-started NMIs to complete. */ in timer_stop()
|
| /Linux-v5.4/net/netfilter/ |
| D | nf_nat_tftp.c | 44 synchronize_rcu(); in nf_nat_tftp_fini()
|
| D | nf_nat_amanda.c | 80 synchronize_rcu(); in nf_nat_amanda_fini()
|
| /Linux-v5.4/include/linux/ |
| D | rcutiny.h | 34 synchronize_rcu(); in synchronize_rcu_expedited()
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_fo.c | 69 synchronize_rcu(); in ip_vs_fo_cleanup()
|
| D | ip_vs_lc.c | 83 synchronize_rcu(); in ip_vs_lc_cleanup()
|
| D | ip_vs_ovf.c | 76 synchronize_rcu(); in ip_vs_ovf_cleanup()
|
| D | ip_vs_nq.c | 133 synchronize_rcu(); in ip_vs_nq_cleanup()
|
| D | ip_vs_sed.c | 134 synchronize_rcu(); in ip_vs_sed_cleanup()
|
| D | ip_vs_wlc.c | 106 synchronize_rcu(); in ip_vs_wlc_cleanup()
|
| /Linux-v5.4/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-v5.4/drivers/crypto/nx/ |
| D | nx-842-pseries.c | 786 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/ |
| D | base.c | 94 synchronize_rcu(); in unregister_cxl_calls()
|
| /Linux-v5.4/net/ieee802154/ |
| D | core.c | 182 synchronize_rcu(); in wpan_phy_unregister() 306 synchronize_rcu(); in cfg802154_netdev_notifier_call()
|
| /Linux-v5.4/net/802/ |
| D | stp.c | 93 synchronize_rcu(); in stp_proto_unregister()
|
1234567891011