Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dcpuidle44xx.c154 RCU_NONIDLE(tick_broadcast_enable()); in omap_enter_idle_coupled()
157 RCU_NONIDLE(tick_broadcast_enter()); in omap_enter_idle_coupled()
169 RCU_NONIDLE(omap_set_pwrdm_state(mpu_pd, cx->mpu_state)); in omap_enter_idle_coupled()
181 RCU_NONIDLE(omap_set_pwrdm_state(mpu_pd, cx->mpu_state)); in omap_enter_idle_coupled()
197 RCU_NONIDLE(clkdm_deny_idle(cpu_clkdm[1])); in omap_enter_idle_coupled()
198 RCU_NONIDLE(omap_set_pwrdm_state(cpu_pd[1], PWRDM_POWER_ON)); in omap_enter_idle_coupled()
199 RCU_NONIDLE(clkdm_allow_idle(cpu_clkdm[1])); in omap_enter_idle_coupled()
225 RCU_NONIDLE(tick_broadcast_exit()); in omap_enter_idle_coupled()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A 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()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-broadcast-hrtimer.c64 RCU_NONIDLE( { in bc_set_next()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsuspend.c126 RCU_NONIDLE(__cpu_suspend_exit()); in cpu_suspend()
/OK3568_Linux_fs/kernel/include/linux/
H A Drcupdate.h139 #define RCU_NONIDLE(a) \ macro
/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm_pmu.c802 RCU_NONIDLE(armpmu_start(event, PERF_EF_RELOAD)); in cpu_pm_pmu_setup()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A 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
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DwhatisRCU.rst995 RCU_NONIDLE