Searched refs:synchronize_rcu (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
149 c. synchronize_rcu() / call_rcu()184 synchronize_rcu()186 void synchronize_rcu(void);214 further delay synchronize_rcu().456 synchronize_rcu();656 void synchronize_rcu(void)720 void synchronize_rcu(void)750 synchronize_rcu(). Once synchronize_rcu() returns, we are guaranteed821 + synchronize_rcu();1040 rcu_read_unlock synchronize_rcu[all …]
87 One way to accomplish this is via synchronize_rcu(), perhaps as91 synchronize_rcu();94 This works because (as of v4.20) synchronize_rcu() blocks until all97 Since NMI handlers disable preemption, synchronize_rcu() is guaranteed99 to free up the handler's data as soon as synchronize_rcu() returns.
52 Why is it *not* legal to invoke synchronize_rcu() in this case?105 Note that it *is* safe for synchronize_rcu() to return immediately on109 Why can't synchronize_rcu() return immediately on UP systems running115 Why is it *not* legal to invoke synchronize_rcu() in this case?145 Why can't synchronize_rcu() return immediately on UP systems149 of an RCU read-side critical section. If synchronize_rcu()
205 6. Since synchronize_rcu() can block, it cannot be called232 If the updater uses call_rcu() or synchronize_rcu(), then264 disables BH when updaters use call_rcu() or synchronize_rcu().266 8. Although synchronize_rcu() is slower than is call_rcu(),270 synchronize_rcu() should be used in preference to call_rcu().272 in even simpler code than does synchronize_rcu() without273 synchronize_rcu()'s multi-millisecond latency. So please take277 An especially important property of the synchronize_rcu()279 are delayed for whatever reason, then the synchronize_rcu()455 synchronize_rcu(), or friends.[all …]
90 synchronize_rcu(); in synchronize_rcu_expedited()110 synchronize_rcu(); in __kvfree_call_rcu()
44 void synchronize_rcu(void);201 # define synchronize_rcu_tasks synchronize_rcu248 #define synchronize_rcu_tasks synchronize_rcu
151 void synchronize_rcu(void) in synchronize_rcu() function159 EXPORT_SYMBOL_GPL(synchronize_rcu);
190 synchronize_rcu(); in hsr_add_port()220 synchronize_rcu(); in hsr_del_port()
101 14 synchronize_rcu();165 24 synchronize_rcu();169 28 synchronize_rcu();194 synchronize_rcu().410 13 synchronize_rcu();791 synchronize_rcu() starts, and synchronize_rcu() is under no834 12 synchronize_rcu();877 12 synchronize_rcu();884 19 synchronize_rcu();935 12 synchronize_rcu();[all …]
44 synchronize_rcu(); in nf_nat_tftp_fini()
68 synchronize_rcu(); in nf_nat_amanda_fini()
90 synchronize_rcu(); in nf_nat_irc_fini()
69 synchronize_rcu(); in ip_vs_fo_cleanup()
76 synchronize_rcu(); in ip_vs_ovf_cleanup()
83 synchronize_rcu(); in ip_vs_lc_cleanup()
133 synchronize_rcu(); in ip_vs_nq_cleanup()
134 synchronize_rcu(); in ip_vs_sed_cleanup()
106 synchronize_rcu(); in ip_vs_wlc_cleanup()
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()
33 synchronize_rcu();
454 synchronize_rcu(); in sync_runqueues_membarrier_state()643 synchronize_rcu(); in SYSCALL_DEFINE3()
185 synchronize_rcu(); in wpan_phy_unregister()309 synchronize_rcu(); in cfg802154_netdev_notifier_call()
94 synchronize_rcu(); in unregister_cxl_calls()
814 synchronize_rcu(); in nx842_OF_upd()825 synchronize_rcu(); in nx842_OF_upd()1066 synchronize_rcu(); in nx842_probe()1131 synchronize_rcu(); in nx842_remove()1265 synchronize_rcu(); in nx842_pseries_exit()
93 synchronize_rcu(); in stp_proto_unregister()
Completed in 34 milliseconds