Searched refs:wchan (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c384 unsigned long vsize, eip, esp, wchan = ~0UL; local
465 wchan = get_wchan(task);
527 wchan,
H A Dbase.c276 * Provides a wchan file via kallsyms in a proper one-value-per-file format.
281 unsigned long wchan; local
284 wchan = get_wchan(task);
286 if (lookup_symbol_name(wchan, symname) < 0)
287 return sprintf(buffer, "%lu", wchan);
2056 INF("wchan", S_IRUGO, pid_wchan),
2342 INF("wchan", S_IRUGO, pid_wchan),

Completed in 56 milliseconds