/openbmc/linux/tools/memory-model/scripts/ |
H A D | simpletest.sh | 27 exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited("
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_exp.h | 963 void synchronize_rcu_expedited(void) in synchronize_rcu_expedited() function 1029 EXPORT_SYMBOL_GPL(synchronize_rcu_expedited); 1049 synchronize_rcu_expedited(); in sync_rcu_do_polled_gp() 1136 synchronize_rcu_expedited(); in cond_synchronize_rcu_expedited() 1163 synchronize_rcu_expedited(); in cond_synchronize_rcu_expedited_full()
|
H A D | update.c | 263 synchronize_rcu_expedited(); in rcu_test_sync_prims()
|
H A D | rcuscale.c | 185 .exp_sync = synchronize_rcu_expedited,
|
H A D | rcutorture.c | 542 .exp_sync = synchronize_rcu_expedited,
|
H A D | tree.c | 3619 synchronize_rcu_expedited(); in synchronize_rcu()
|
/openbmc/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
|
/openbmc/linux/net/core/ |
H A D | gro_cells.c | 133 synchronize_rcu_expedited(); in gro_cells_destroy()
|
H A D | dev.c | 10950 synchronize_rcu_expedited();
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.def | 50 synchronize_rcu_expedited() { __fence{sync-rcu}; }
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 992 synchronize_rcu_expedited(); in __intel_gt_set_wedged() 1465 synchronize_rcu_expedited(); in intel_gt_handle_error()
|
/openbmc/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 …]
|
/openbmc/linux/Documentation/RCU/ |
H A D | checklist.rst | 207 for synchronize_srcu(), synchronize_rcu_expedited(), 437 real-time workloads than is synchronize_rcu_expedited(). 522 - Either synchronize_rcu() or synchronize_rcu_expedited(),
|
H A D | whatisRCU.rst | 1041 rcu_dereference synchronize_rcu_expedited 1052 [local_bh_disable] synchronize_rcu_expedited 1065 [preempt_disable] synchronize_rcu_expedited
|
/openbmc/linux/mm/ |
H A D | swap.c | 932 synchronize_rcu_expedited(); in lru_cache_disable()
|
H A D | backing-dev.c | 1060 synchronize_rcu_expedited(); in bdi_remove_from_list()
|
/openbmc/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().
|
/openbmc/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
|
/openbmc/linux/drivers/md/ |
H A D | dm-stats.c | 470 synchronize_rcu_expedited(); in dm_stats_delete()
|
H A D | dm.c | 700 synchronize_rcu_expedited(); in dm_sync_table()
|
/openbmc/linux/net/sched/ |
H A D | sch_generic.c | 1584 synchronize_rcu_expedited(); in mini_qdisc_pair_swap()
|
/openbmc/linux/fs/ |
H A D | namespace.c | 1576 synchronize_rcu_expedited(); in namespace_unlock() 4806 synchronize_rcu_expedited(); in kern_unmount_array()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 5293 example, synchronize_rcu_expedited() instead 5302 synchronize_rcu_expedited(). This improves
|