Searched refs:wchan (Results 1 – 6 of 6) sorted by relevance
17 /proc-self-wchan
20 TEST_GEN_PROGS += proc-self-wchan
468 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local538 wchan = !task_is_running(task); in do_task_stat()630 seq_put_decimal_ull(m, " ", wchan); in do_task_stat()
424 unsigned long wchan; in proc_pid_wchan() local430 wchan = get_wchan(task); in proc_pid_wchan()431 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
146 wchan Present with CONFIG_KALLSYMS=y: it shows the kernel function359 0 (place holder, used to be the wchan address,360 use /proc/PID/wchan instead)
780 Calculate simpler /proc/<PID>/wchan values. If this option781 is disabled then wchan values will recurse back to the782 caller function. This provides more accurate wchan values,