Home
last modified time | relevance | path

Searched refs:wchan (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/c6x/include/asm/
Dswitch_to.h26 current->thread.wchan = (u_long) __builtin_return_address(0); \
30 current->thread.wchan = 0; \
Dprocessor.h64 unsigned long wchan; member
70 .wchan = 0, \
/Linux-v4.19/arch/c6x/kernel/
Dprocess.c137 p->thread.wchan = p->thread.pc; in copy_thread()
154 return p->thread.wchan; in get_wchan()
/Linux-v4.19/tools/testing/selftests/proc/
D.gitignore8 /proc-self-wchan
DMakefile12 TEST_GEN_PROGS += proc-self-wchan
/Linux-v4.19/fs/proc/
Darray.c423 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
512 wchan = get_wchan(task); in do_task_stat()
576 if (wchan) in do_task_stat()
Dbase.c364 unsigned long wchan; in proc_pid_wchan() local
370 wchan = get_wchan(task); in proc_pid_wchan()
371 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
/Linux-v4.19/Documentation/filesystems/
Dproc.txt145 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function
334 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
/Linux-v4.19/arch/x86/
DKconfig730 Calculate simpler /proc/<PID>/wchan values. If this option
731 is disabled then wchan values will recurse back to the
732 caller function. This provides more accurate wchan values,