Home
last modified time | relevance | path

Searched refs:in_sched_functions (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/mips/kernel/
H A Dstacktrace.c26 (savesched || !in_sched_functions(addr))) { in save_raw_context_stack()
54 if (savesched || !in_sched_functions(pc)) { in save_context_stack()
H A Dprocess.c675 while (in_sched_functions(pc)) in __get_wchan()
/linux/arch/csky/kernel/
H A Dstacktrace.c104 if (!in_sched_functions(pc)) { in save_wchan()
125 if (unlikely(nosched && in_sched_functions(pc))) in __save_trace()
/linux/arch/arc/kernel/
H A Dstacktrace.c205 if (in_sched_functions(address)) in __collect_all_but_sched()
223 if (in_sched_functions(address)) in __get_first_nonsched()
/linux/include/linux/sched/
H A Ddebug.h52 extern int in_sched_functions(unsigned long addr);
/linux/arch/sh/kernel/
H A Dstacktrace.c57 if (in_sched_functions(addr)) in save_stack_address_nosched()
H A Dprocess_32.c190 if (in_sched_functions(pc)) { in __get_wchan()
/linux/arch/openrisc/kernel/
H A Dstacktrace.c56 if (in_sched_functions(addr)) in save_stack_address_nosched()
/linux/arch/sparc/kernel/
H A Dstacktrace.c57 else if (!skip_sched || !in_sched_functions(pc)) { in __save_stack_trace()
H A Dprocess_32.c383 if (!in_sched_functions(pc)) {
H A Dprocess_64.c674 if (!in_sched_functions(pc)) { in __get_wchan()
/linux/arch/parisc/kernel/
H A Dprocess.c276 if (!in_sched_functions(ip)) in __get_wchan()
/linux/arch/hexagon/kernel/
H A Dprocess.c140 if (!in_sched_functions(pc)) in __get_wchan()
/linux/arch/riscv/kernel/
H A Dstacktrace.c140 if (!in_sched_functions(pc)) { in save_wchan()
/linux/arch/m68k/kernel/
H A Dprocess.c281 if (!in_sched_functions(pc)) in __get_wchan()
/linux/arch/s390/kernel/
H A Dprocess.c228 if (!in_sched_functions(ip)) in __get_wchan()
/linux/kernel/
H A Dstacktrace.c99 if (in_sched_functions(addr)) in stack_trace_consume_entry_nosched()
/linux/arch/xtensa/kernel/
H A Dprocess.c391 if (!in_sched_functions(pc)) in __get_wchan()
/linux/arch/nios2/kernel/
H A Dprocess.c234 if (!in_sched_functions(pc)) in __get_wchan()
/linux/arch/alpha/kernel/
H A Dprocess.c391 if (in_sched_functions(pc)) { in __get_wchan()
/linux/arch/um/kernel/
H A Dprocess.c348 if (in_sched_functions(ip)) in __get_wchan()
/linux/arch/loongarch/kernel/
H A Dprocess.c222 if (in_sched_functions(pc)) in __get_wchan()
/linux/arch/arm/kernel/
H A Dprocess.c296 if (!in_sched_functions(frame.pc)) in __get_wchan()
/linux/arch/arm64/kernel/
H A Dprocess.c567 if (!in_sched_functions(pc)) { in get_wchan_cb()
/linux/arch/x86/kernel/
H A Dprocess.c1028 if (in_sched_functions(addr)) in __get_wchan()

12