Home
last modified time | relevance | path

Searched refs:tick_suspend_local (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/time/
H A Dtick-common.c446 void tick_suspend_local(void) in tick_suspend_local() function
492 tick_suspend_local(); in tick_suspend()
549 tick_suspend_local(); in tick_freeze()
/linux-6.15/include/linux/
H A Dtick.h20 extern void tick_suspend_local(void);
25 static inline void tick_suspend_local(void) { } in tick_suspend_local() function
/linux-6.15/arch/x86/xen/
H A Dsuspend.c55 tick_suspend_local(); in xen_vcpu_notify_suspend()
/linux-6.15/arch/arm/common/
H A DbL_switcher.c218 tick_suspend_local(); in bL_switch_to()