Home
last modified time | relevance | path

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

1234567891011

/linux/Documentation/RCU/
H A DNMI-RCU.rst87 One way to accomplish this is via synchronize_rcu(), perhaps as
91 synchronize_rcu();
94 This works because (as of v4.20) synchronize_rcu() blocks until all
97 Since NMI handlers disable preemption, synchronize_rcu() is guaranteed
99 to free up the handler's data as soon as synchronize_rcu() returns.
H A DUP.rst52 Why is it *not* legal to invoke synchronize_rcu() in this case?
105 Note that it *is* safe for synchronize_rcu() to return immediately on
109 Why can't synchronize_rcu() return immediately on UP systems running
115 Why is it *not* legal to invoke synchronize_rcu() in this case?
145 Why can't synchronize_rcu() return immediately on UP systems
149 of an RCU read-side critical section. If synchronize_rcu()
H A Dchecklist.rst211 6. Since synchronize_rcu() can block, it cannot be called
238 If the updater uses call_rcu() or synchronize_rcu(), then
277 disables BH when updaters use call_rcu() or synchronize_rcu().
279 8. Although synchronize_rcu() is slower than is call_rcu(),
282 or the latency of synchronize_rcu() is visible from userspace,
283 synchronize_rcu() should be used in preference to call_rcu().
285 in even simpler code than does synchronize_rcu() without
286 synchronize_rcu()'s multi-millisecond latency. So please take
290 An especially important property of the synchronize_rcu()
292 are delayed for whatever reason, then the synchronize_rcu()
[all …]
/linux/drivers/md/dm-vdo/
H A Dthread-registry.c50 synchronize_rcu(); in vdo_register_thread()
73 synchronize_rcu(); in vdo_unregister_thread()
/linux/kernel/rcu/
H A Dtiny.c141 void synchronize_rcu(void) in synchronize_rcu() function
151 EXPORT_SYMBOL_GPL(synchronize_rcu);
/linux/tools/memory-model/scripts/
H A Dsimpletest.sh27 exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited("
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst101 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 …]
/linux/net/netfilter/
H A Dnf_nat_tftp.c43 synchronize_rcu(); in nf_nat_tftp_fini()
H A Dnf_nat_amanda.c69 synchronize_rcu(); in nf_nat_amanda_fini()
H A Dnf_nat_irc.c90 synchronize_rcu(); in nf_nat_irc_fini()
/linux/fs/nfsd/
H A Dlockd.c111 synchronize_rcu(); in nfsd_lockd_shutdown()
/linux/net/netfilter/ipvs/
H A Dip_vs_lc.c82 synchronize_rcu(); in ip_vs_lc_cleanup()
/linux/drivers/leds/
H A Dled-triggers.c186 synchronize_rcu(); in led_trigger_set()
210 synchronize_rcu(); in led_trigger_set()
253 synchronize_rcu(); in led_trigger_set()
/linux/rust/kernel/sync/
H A Dpoll.rs13 rcu::synchronize_rcu,
113 synchronize_rcu();
170 // `synchronize_rcu()`.
/linux/Documentation/litmus-tests/rcu/
H A DRCU+sync+read.litmus33 synchronize_rcu();
H A DRCU+sync+free.litmus38 synchronize_rcu();
/linux/include/linux/
H A Drcutiny.h86 synchronize_rcu(); in synchronize_rcu_expedited()
H A Drcupdate.h53 void synchronize_rcu(void);
194 # define synchronize_rcu_tasks synchronize_rcu
212 #define synchronize_rcu_tasks synchronize_rcu
/linux/drivers/crypto/nx/
H A Dnx-common-pseries.c815 synchronize_rcu(); in nx842_OF_upd()
826 synchronize_rcu(); in nx842_OF_upd()
1066 synchronize_rcu(); in nx842_probe()
1132 synchronize_rcu(); in nx842_remove()
1263 synchronize_rcu(); in nx842_pseries_exit()
/linux/net/802/
H A Dstp.c93 synchronize_rcu(); in stp_proto_unregister()
/linux/net/ieee802154/
H A Dcore.c185 synchronize_rcu(); in wpan_phy_unregister()
340 synchronize_rcu(); in cfg802154_netdev_notifier_call()
/linux/arch/x86/mm/
H A Dtestmmiotrace.c113 synchronize_rcu(); in do_test_bulk_ioremapping()
H A Dmmio-mod.c311 synchronize_rcu(); /* unregister_kmmio_probe() requirement */ in iounmap_trace_core()
357 synchronize_rcu(); /* unregister_kmmio_probe() requirement */ in clear_trace_list()
/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c139 synchronize_rcu(); in unregister_spu_syscalls()
/linux/drivers/s390/crypto/
H A Dpkey_base.c70 synchronize_rcu(); in pkey_handler_register()
87 synchronize_rcu(); in pkey_handler_unregister()

1234567891011