Searched refs:wchan (Results 1 – 9 of 9) sorted by relevance
26 current->thread.wchan = (u_long) __builtin_return_address(0); \30 current->thread.wchan = 0; \
64 unsigned long wchan; member70 .wchan = 0, \
137 p->thread.wchan = p->thread.pc; in copy_thread()154 return p->thread.wchan; in get_wchan()
8 /proc-self-wchan
12 TEST_GEN_PROGS += proc-self-wchan
423 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local512 wchan = get_wchan(task); in do_task_stat()576 if (wchan) in do_task_stat()
364 unsigned long wchan; in proc_pid_wchan() local370 wchan = get_wchan(task); in proc_pid_wchan()371 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
145 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function334 0 (place holder, used to be the wchan address, use /proc/PID/wchan instead)
730 Calculate simpler /proc/<PID>/wchan values. If this option731 is disabled then wchan values will recurse back to the732 caller function. This provides more accurate wchan values,