Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpreempt.h115 extern asmlinkage void preempt_schedule_notrace(void);
131 DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
135 __STATIC_CALL_MOD_ADDRESSABLE(preempt_schedule_notrace); \
136 asm volatile ("call " STATIC_CALL_TRAMP_STR(preempt_schedule_notrace) : ASM_CALL_CONSTRAINT); \
/linux-6.15/include/asm-generic/
H A Dpreempt.h83 extern asmlinkage void preempt_schedule_notrace(void);
95 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux-6.15/arch/s390/include/asm/
H A Dpreempt.h108 void preempt_schedule_notrace(void);
120 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux-6.15/arch/arm64/include/asm/
H A Dpreempt.h86 void preempt_schedule_notrace(void);
99 #define __preempt_schedule_notrace() preempt_schedule_notrace()
/linux-6.15/arch/x86/entry/
H A Dthunk.S13 THUNK preempt_schedule_notrace_thunk, preempt_schedule_notrace
/linux-6.15/kernel/sched/
H A Dcore.c7011 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() function
7047 EXPORT_SYMBOL_GPL(preempt_schedule_notrace);
7052 #define preempt_schedule_notrace_dynamic_enabled preempt_schedule_notrace
7055 DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
7056 EXPORT_STATIC_CALL_TRAMP(preempt_schedule_notrace);
7063 preempt_schedule_notrace(); in dynamic_preempt_schedule_notrace()
7515 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
7525 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
7537 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
7549 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
[all …]
/linux-6.15/arch/
H A DKconfig942 nor on schedule_user(). Also preempt_schedule_notrace() and