Searched refs:wchan (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/proc/ |
D | array.c | 367 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local 447 wchan = get_wchan(task); in do_task_stat() 507 if (wchan) in do_task_stat()
|
D | base.c | 236 unsigned long wchan; in proc_pid_wchan() local 239 wchan = get_wchan(task); in proc_pid_wchan() 241 if (wchan && ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS) in proc_pid_wchan() 242 && !lookup_symbol_name(wchan, symname)) in proc_pid_wchan()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 143 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function 313 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 632 Calculate simpler /proc/<PID>/wchan values. If this option 633 is disabled then wchan values will recurse back to the 634 caller function. This provides more accurate wchan values,
|