Searched refs:wchan (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/c6x/include/asm/ |
H A D | switch_to.h | 26 current->thread.wchan = (u_long) __builtin_return_address(0); \ 30 current->thread.wchan = 0; \
|
H A D | processor.h | 64 unsigned long wchan; member in struct:thread_struct 70 .wchan = 0, \
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | switch_to.h | 43 current->thread.wchan = (u_long) __builtin_return_address(0); \ 46 current->thread.wchan = 0; \
|
H A D | processor.h | 101 unsigned long wchan; member in struct:thread_struct 115 .wchan = 0, \
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | process.c | 139 p->thread.wchan = p->thread.pc; copy_thread() 156 return p->thread.wchan; get_wchan()
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | process.c | 163 p->thread.wchan = p->thread.pc; copy_thread() 191 return p->thread.wchan; get_wchan()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | switch_to.h | 37 * explicitly for wchan access and EAX is the return value of \
|
/linux-4.4.14/fs/proc/ |
H A D | array.c | 378 unsigned long vsize, eip, esp, wchan = 0; do_task_stat() local 458 wchan = get_wchan(task); do_task_stat() 514 * to user-space whether there's a wchan field in /proc/PID/wchan. do_task_stat() 518 if (wchan) do_task_stat()
|
H A D | base.c | 422 * Provides a wchan file via kallsyms in a proper one-value-per-file format. 428 unsigned long wchan; proc_pid_wchan() local 431 wchan = get_wchan(task); proc_pid_wchan() 433 if (wchan && ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS) proc_pid_wchan() 434 && !lookup_symbol_name(wchan, symname)) proc_pid_wchan() 2780 ONE("wchan", S_IRUGO, proc_pid_wchan), 3128 ONE("wchan", S_IRUGO, proc_pid_wchan),
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | stacktrace.c | 17 * = which frame to stop capturing (wchan)
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | process.c | 396 * Maybe adding a wchan field to task_struct would be better, get_wchan()
|
/linux-4.4.14/include/linux/ |
H A D | sched.h | 412 /* Attach to any functions which should be ignored in wchan output. */
|
Completed in 313 milliseconds