Home
last modified time | relevance | path

Searched refs:RCU_NONIDLE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/cpuidle/
Dcpuidle-tegra.c192 RCU_NONIDLE(tegra_pm_set_cpu_in_lp2()); in tegra_cpuidle_state_enter()
210 RCU_NONIDLE(tegra_pm_clear_cpu_in_lp2()); in tegra_cpuidle_state_enter()
Dcpuidle-psci.c69 RCU_NONIDLE(pm_runtime_put_sync_suspend(pd_dev)); in psci_enter_domain_idle_state()
77 RCU_NONIDLE(pm_runtime_get_sync(pd_dev)); in psci_enter_domain_idle_state()
/Linux-v5.10/kernel/time/
Dtick-broadcast-hrtimer.c64 RCU_NONIDLE( { in bc_set_next()
/Linux-v5.10/include/linux/
Drcupdate.h129 #define RCU_NONIDLE(a) \ macro
/Linux-v5.10/drivers/perf/
Darm_pmu.c804 RCU_NONIDLE(armpmu_start(event, PERF_EF_RELOAD)); in cpu_pm_pmu_setup()
/Linux-v5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst2044 ``CONFIG_PROVE_RCU=y`` will splat if you try it.) The ``RCU_NONIDLE()``
2049 hand and ``RCU_NONIDLE()`` on the other while inspecting idle-loop code.
2052 code placed within ``RCU_NONIDLE()``:
2057 #. Although nesting ``RCU_NONIDLE()`` is permitted, they cannot nest
2062 #. Any code path that enters ``RCU_NONIDLE()`` must sequence out of that
2063 same ``RCU_NONIDLE()``. For example, the following is grossly
2068 1 RCU_NONIDLE({
2076 ``RCU_NONIDLE()``'s argument. Yes, in theory, you could transfer in
/Linux-v5.10/Documentation/RCU/
DwhatisRCU.rst995 RCU_NONIDLE