Home
last modified time | relevance | path

Searched refs:clear_preempt_need_resched (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dpreempt.h39 static __always_inline void clear_preempt_need_resched(void) in clear_preempt_need_resched() function
/linux-6.15/arch/s390/include/asm/
H A Dpreempt.h53 static __always_inline void clear_preempt_need_resched(void) in clear_preempt_need_resched() function
/linux-6.15/arch/arm64/include/asm/
H A Dpreempt.h35 static inline void clear_preempt_need_resched(void) in clear_preempt_need_resched() function
/linux-6.15/arch/x86/include/asm/
H A Dpreempt.h64 static __always_inline void clear_preempt_need_resched(void) in clear_preempt_need_resched() function
/linux-6.15/kernel/sched/
H A Dcore.c6724 clear_preempt_need_resched(); in __schedule()