Searched refs:wchan (Results 1 – 4 of 4) sorted by relevance
17 /proc-self-wchan
20 TEST_GEN_PROGS += proc-self-wchan
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()
789 Calculate simpler /proc/<PID>/wchan values. If this option790 is disabled then wchan values will recurse back to the791 caller function. This provides more accurate wchan values,