/linux/kernel/rcu/ |
H A D | tree_exp.h | 939 void synchronize_rcu_expedited(void) in synchronize_rcu_expedited() function 997 EXPORT_SYMBOL_GPL(synchronize_rcu_expedited); 1017 synchronize_rcu_expedited(); in sync_rcu_do_polled_gp() 1104 synchronize_rcu_expedited(); in cond_synchronize_rcu_expedited() 1131 synchronize_rcu_expedited(); in cond_synchronize_rcu_expedited_full()
|
H A D | update.c | 264 synchronize_rcu_expedited(); in rcu_test_sync_prims()
|
H A D | rcuscale.c | 203 .exp_sync = synchronize_rcu_expedited,
|
H A D | rcutorture.c | 555 .exp_sync = synchronize_rcu_expedited,
|
H A D | tree.c | 4105 synchronize_rcu_expedited(); in synchronize_rcu()
|
/linux/tools/memory-model/scripts/ |
H A D | simpletest.sh | 27 exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited("
|
/linux/include/linux/ |
H A D | rcutree.h | 36 void synchronize_rcu_expedited(void);
|
H A D | rcutiny.h | 88 static inline void synchronize_rcu_expedited(void) in synchronize_rcu_expedited() function
|
/linux/net/core/ |
H A D | gro_cells.c | 134 synchronize_rcu_expedited(); in gro_cells_destroy()
|
H A D | net_namespace.c | 636 synchronize_rcu_expedited(); in cleanup_net()
|
H A D | dev.c | 11424 synchronize_rcu_expedited(); in synchronize_net()
|
/linux/tools/memory-model/ |
H A D | linux-kernel.def | 50 synchronize_rcu_expedited() { __fence{sync-rcu}; }
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 1000 synchronize_rcu_expedited(); in __intel_gt_set_wedged() 1506 synchronize_rcu_expedited(); in intel_gt_handle_error()
|
/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 1228 unacceptable. In these cases, synchronize_rcu_expedited() may be 1232 requirements for synchronize_rcu_expedited() on large systems, but, 1235 requirements: A storm of synchronize_rcu_expedited() invocations on 1237 for its shorter latencies, synchronize_rcu_expedited() is permitted 1243 synchronize_rcu_expedited()'s reduced grace-period latency is 1284 neither synchronize_rcu() nor synchronize_rcu_expedited() would 1565 synchronize_rcu_expedited(), courtesy of this function's use of 1766 synchronize_rcu_expedited(), will operate normally during very early 1774 synchronize_rcu_expedited()) in ``CONFIG_PREEMPTION=y`` kernels. The 1933 synchronize_rcu_expedited()). However, these synchronous operations [all …]
|
/linux/Documentation/RCU/ |
H A D | checklist.rst | 207 for synchronize_srcu(), synchronize_rcu_expedited(), 443 real-time workloads than is synchronize_rcu_expedited(). 533 - Either synchronize_rcu() or synchronize_rcu_expedited(),
|
H A D | whatisRCU.rst | 1060 rcu_dereference synchronize_rcu_expedited 1071 [local_bh_disable] synchronize_rcu_expedited 1084 [preempt_disable] synchronize_rcu_expedited
|
/linux/mm/ |
H A D | swap.c | 886 synchronize_rcu_expedited(); in lru_add_drain_all()
|
H A D | backing-dev.c | 1149 synchronize_rcu_expedited();
|
/linux/tools/memory-model/Documentation/ |
H A D | ordering.txt | 114 primitives include synchronize_rcu(), synchronize_rcu_expedited(), 382 with synchronize_rcu(), synchronize_rcu_expedited(), and call_rcu().
|
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
H A D | Expedited-Grace-Periods.rst | 51 If a given CPU is offline or idle, ``synchronize_rcu_expedited()`` 121 As with RCU-preempt, RCU-sched's ``synchronize_rcu_expedited()`` ignores
|
/linux/drivers/md/ |
H A D | dm-stats.c | 479 synchronize_rcu_expedited(); in dm_stats_delete()
|
/linux/net/sched/ |
H A D | sch_generic.c | 1591 synchronize_rcu_expedited(); in mini_qdisc_pair_swap()
|
/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 2492 synchronize_rcu_expedited(); in nf_conntrack_cleanup_net_list()
|
/linux/fs/ |
H A D | namespace.c | 1703 synchronize_rcu_expedited(); in namespace_unlock() 5719 synchronize_rcu_expedited(); in kern_unmount_array()
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 5572 example, synchronize_rcu_expedited() instead 5581 synchronize_rcu_expedited(). This improves
|