Searched refs:preempt_schedule_notrace (Results 1 – 5 of 5) sorted by relevance
114 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); \
83 extern asmlinkage void preempt_schedule_notrace(void);95 #define __preempt_schedule_notrace() preempt_schedule_notrace()
86 void preempt_schedule_notrace(void);99 #define __preempt_schedule_notrace() preempt_schedule_notrace()
13 THUNK preempt_schedule_notrace_thunk, preempt_schedule_notrace
7008 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() function7044 EXPORT_SYMBOL_GPL(preempt_schedule_notrace);7049 #define preempt_schedule_notrace_dynamic_enabled preempt_schedule_notrace7052 DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);7053 EXPORT_STATIC_CALL_TRAMP(preempt_schedule_notrace);7060 preempt_schedule_notrace(); in dynamic_preempt_schedule_notrace()7510 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()7520 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()7532 preempt_dynamic_disable(preempt_schedule_notrace); in __sched_dynamic_update()7544 preempt_dynamic_enable(preempt_schedule_notrace); in __sched_dynamic_update()[all …]