Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/linux/sched/
H A Ddebug.h52 extern int in_sched_functions(unsigned long addr);
/openbmc/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()
/openbmc/linux/arch/openrisc/kernel/
H A Dstacktrace.c56 if (in_sched_functions(addr)) in save_stack_address_nosched()
/openbmc/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()
/openbmc/linux/arch/hexagon/kernel/
H A Dprocess.c139 if (!in_sched_functions(pc)) in __get_wchan()
/openbmc/linux/arch/parisc/kernel/
H A Dprocess.c276 if (!in_sched_functions(ip)) in __get_wchan()
/openbmc/linux/arch/riscv/kernel/
H A Dstacktrace.c141 if (!in_sched_functions(pc)) { in save_wchan()
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c214 if (!in_sched_functions(ip)) in __get_wchan()
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c280 if (!in_sched_functions(pc)) in __get_wchan()
/openbmc/linux/kernel/
H A Dstacktrace.c99 if (in_sched_functions(addr)) in stack_trace_consume_entry_nosched()
/openbmc/linux/arch/xtensa/kernel/
H A Dprocess.c391 if (!in_sched_functions(pc)) in __get_wchan()
/openbmc/linux/arch/nios2/kernel/
H A Dprocess.c234 if (!in_sched_functions(pc)) in __get_wchan()
/openbmc/linux/arch/alpha/kernel/
H A Dprocess.c391 if (in_sched_functions(pc)) { in __get_wchan()
/openbmc/linux/arch/um/kernel/
H A Dprocess.c384 if (in_sched_functions(ip)) in __get_wchan()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c222 if (in_sched_functions(pc)) in __get_wchan()
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c296 if (!in_sched_functions(frame.pc)) in __get_wchan()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c570 if (!in_sched_functions(pc)) { in get_wchan_cb()
/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c552 if (!in_sched_functions(ip)) in __get_wchan()
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1058 if (in_sched_functions(addr)) in __get_wchan()

12