Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/mn10300/include/asm/
Dswitch_to.h43 current->thread.wchan = (u_long) __builtin_return_address(0); \
46 current->thread.wchan = 0; \
Dprocessor.h101 unsigned long wchan; member
115 .wchan = 0, \
/linux-4.4.14/arch/c6x/kernel/
Dprocess.c139 p->thread.wchan = p->thread.pc; in copy_thread()
156 return p->thread.wchan; in get_wchan()
/linux-4.4.14/arch/mn10300/kernel/
Dprocess.c163 p->thread.wchan = p->thread.pc; in copy_thread()
191 return p->thread.wchan; in get_wchan()
/linux-4.4.14/fs/proc/
Darray.c378 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
458 wchan = get_wchan(task); in do_task_stat()
518 if (wchan) in do_task_stat()
Dbase.c428 unsigned long wchan; in proc_pid_wchan() local
431 wchan = get_wchan(task); in proc_pid_wchan()
433 if (wchan && ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS) in proc_pid_wchan()
434 && !lookup_symbol_name(wchan, symname)) in proc_pid_wchan()
/linux-4.4.14/Documentation/filesystems/
Dproc.txt143 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function
316 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
/linux-4.4.14/arch/x86/
DKconfig642 Calculate simpler /proc/<PID>/wchan values. If this option
643 is disabled then wchan values will recurse back to the
644 caller function. This provides more accurate wchan values,