Home
last modified time | relevance | path

Searched refs:test_preempt_need_resched (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dpreempt.h46 static inline bool test_preempt_need_resched(void) in test_preempt_need_resched() function
103 static inline bool test_preempt_need_resched(void) in test_preempt_need_resched() function
/Linux-v4.19/include/asm-generic/
Dpreempt.h43 static __always_inline bool test_preempt_need_resched(void) in test_preempt_need_resched() function
/Linux-v4.19/arch/x86/include/asm/
Dpreempt.h65 static __always_inline bool test_preempt_need_resched(void) in test_preempt_need_resched() function
/Linux-v4.19/kernel/trace/
Dtrace.c2148 (test_preempt_need_resched() ? TRACE_FLAG_PREEMPT_RESCHED : 0); in tracing_generic_entry_update()