Searched refs:wchan (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/c6x/include/asm/ |
D | switch_to.h | 26 current->thread.wchan = (u_long) __builtin_return_address(0); \ 30 current->thread.wchan = 0; \
|
D | processor.h | 64 unsigned long wchan; member 70 .wchan = 0, \
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | switch_to.h | 43 current->thread.wchan = (u_long) __builtin_return_address(0); \ 46 current->thread.wchan = 0; \
|
D | processor.h | 101 unsigned long wchan; member 115 .wchan = 0, \
|
/linux-4.4.14/arch/c6x/kernel/ |
D | process.c | 139 p->thread.wchan = p->thread.pc; in copy_thread() 156 return p->thread.wchan; in get_wchan()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | process.c | 163 p->thread.wchan = p->thread.pc; in copy_thread() 191 return p->thread.wchan; in get_wchan()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 378 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()
|
D | base.c | 428 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/ |
D | proc.txt | 143 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/ |
D | Kconfig | 642 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,
|