HomeSort by relevance Sort by last modified time
    Searched defs:wchan (Results 1 - 3 of 3) sorted by null

  /external/ltp/tools/top-LTP/proc/
ksym.c 592 if (!stat("/proc/self/wchan", &sbuf)) {
628 snprintf(buf, sizeof buf, "/proc/%d/wchan", pid);
665 const char *wchan(unsigned long address, unsigned pid) function
readproc.h 30 lu start_time, vsize, wchan, nswap, cnswap,
111 wchan; /* address of kernel wait channel proc is sleeping in */ member in struct:proc_t
211 #define PROC_FILLWCHAN 0x0080 /* look up WCHAN name */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h 244 const char *wchan; member in struct:link_pool_init
247 #define POOL_INIT(pp, size, align, align_offset, flags, wchan, palloc) \
250 { &pp, size, align, align_offset, flags, wchan, palloc } \

Completed in 93 milliseconds