Home
last modified time | relevance | path

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

/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.h85 void preempt_schedule_notrace(void);
97 #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.c7115 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() function
7151 EXPORT_SYMBOL_GPL(preempt_schedule_notrace);
7156 # define preempt_schedule_notrace_dynamic_enabled preempt_schedule_notrace
7159 DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
7160 EXPORT_STATIC_CALL_TRAMP(preempt_schedule_notrace);
7167 preempt_schedule_notrace(); in dynamic_preempt_schedule_notrace()
7598 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
7607 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
7618 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()
7629 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()
[all …]
/linux/arch/
H A DKconfig1011 nor on schedule_user(). Also preempt_schedule_notrace() and