Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpreempt.h114 extern asmlinkage void preempt_schedule_notrace(void);
130 DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
134 __STATIC_CALL_MOD_ADDRESSABLE(preempt_schedule_notrace); \
135 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
/linux/include/asm-generic/
H A Dpreempt.h83 extern asmlinkage void preempt_schedule_notrace(void);
95 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux/arch/arm64/include/asm/
H A Dpreempt.h86 void preempt_schedule_notrace(void);
99 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux/arch/s390/include/asm/
H A Dpreempt.h135 extern void preempt_schedule_notrace(void);
136 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux/arch/x86/entry/
H A Dthunk.S13 THUNK preempt_schedule_notrace_thunk, preempt_schedule_notrace
/linux/kernel/sched/
H A Dcore.c6988 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() function
7024 EXPORT_SYMBOL_GPL(preempt_schedule_notrace);
7029 #define preempt_schedule_notrace_dynamic_enabled preempt_schedule_notrace
7032 DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
7033 EXPORT_STATIC_CALL_TRAMP(preempt_schedule_notrace);
7040 preempt_schedule_notrace(); in dynamic_preempt_schedule_notrace()
8788 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
8797 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
8808 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
8819 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
/linux/arch/
H A DKconfig863 nor on schedule_user(). Also preempt_schedule_notrace() and