/openbmc/linux/arch/mips/kernel/ |
H A D | stacktrace.c | 26 (savesched || !in_sched_functions(addr))) { in save_raw_context_stack() 54 if (savesched || !in_sched_functions(pc)) { in save_context_stack()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | stacktrace.c | 104 if (!in_sched_functions(pc)) { in save_wchan() 125 if (unlikely(nosched && in_sched_functions(pc))) in __save_trace()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | stacktrace.c | 205 if (in_sched_functions(address)) in __collect_all_but_sched() 223 if (in_sched_functions(address)) in __get_first_nonsched()
|
/openbmc/linux/include/linux/sched/ |
H A D | debug.h | 52 extern int in_sched_functions(unsigned long addr);
|
/openbmc/linux/arch/sh/kernel/ |
H A D | stacktrace.c | 57 if (in_sched_functions(addr)) in save_stack_address_nosched()
|
H A D | process_32.c | 190 if (in_sched_functions(pc)) { in __get_wchan()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | stacktrace.c | 56 if (in_sched_functions(addr)) in save_stack_address_nosched()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | stacktrace.c | 57 else if (!skip_sched || !in_sched_functions(pc)) { in __save_stack_trace()
|
H A D | process_32.c | 383 if (!in_sched_functions(pc)) {
|
H A D | process_64.c | 674 if (!in_sched_functions(pc)) { in __get_wchan()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | process.c | 139 if (!in_sched_functions(pc)) in __get_wchan()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | process.c | 276 if (!in_sched_functions(ip)) in __get_wchan()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | stacktrace.c | 141 if (!in_sched_functions(pc)) { in save_wchan()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | process.c | 214 if (!in_sched_functions(ip)) in __get_wchan()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | process.c | 280 if (!in_sched_functions(pc)) in __get_wchan()
|
/openbmc/linux/kernel/ |
H A D | stacktrace.c | 99 if (in_sched_functions(addr)) in stack_trace_consume_entry_nosched()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | process.c | 391 if (!in_sched_functions(pc)) in __get_wchan()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 234 if (!in_sched_functions(pc)) in __get_wchan()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 391 if (in_sched_functions(pc)) { in __get_wchan()
|
/openbmc/linux/arch/um/kernel/ |
H A D | process.c | 384 if (in_sched_functions(ip)) in __get_wchan()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | process.c | 222 if (in_sched_functions(pc)) in __get_wchan()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | process.c | 296 if (!in_sched_functions(frame.pc)) in __get_wchan()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | process.c | 570 if (!in_sched_functions(pc)) { in get_wchan_cb()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | process.c | 552 if (!in_sched_functions(ip)) in __get_wchan()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process.c | 1058 if (in_sched_functions(addr)) in __get_wchan()
|