HomeSort by relevance Sort by last modified time
    Searched refs:readproc (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/fs/proc/
proc01.c 241 static long readproc(const char *obj) function
320 ret_val += readproc(dirobj);
463 TEST(readproc(procpath));
466 tst_resm(TFAIL, "readproc() failed with %ld errors.",
469 tst_resm(TPASS, "readproc() completed successfully, "
  /external/ltp/tools/top-LTP/proc/
readproc.h 44 pcpu; /* %CPU usage (is not filled in by readproc!!!) */
142 /* PROCTAB: data structure holding the persistent information readproc needs
165 /* Convenient wrapper around openproc and readproc to slurp in the whole process
178 extern proc_t* readproc(PROCTAB* PT, proc_t* return_buf);
186 /* deallocate space allocated by readproc
193 * opened.) By default readproc will consider all processes as valid to parse
readproc.c 13 #include "readproc.h"
68 /* deallocate the space allocated by readproc if the passed rbuf was NULL
375 /* readproc: return a pointer to a proc_t filled with requested info about the
385 proc_t *readproc(PROCTAB * PT, proc_t * p) function
619 /* Convenient wrapper around openproc and readproc to slurp in the whole process
649 tab[n] = readproc(PT, NULL); /* final null to terminate */
  /external/pdfium/third_party/libtiff/
tif_open.c 76 TIFFReadWriteProc readproc,
133 if (!readproc || !writeproc || !seekproc || !closeproc || !sizeproc) {
138 tif->tif_readproc = readproc;
  /external/ltp/tools/top-LTP/
top.c 45 #include "proc/readproc.h"
1038 if (unlikely(!(ptsk = readproc(PT, table[curmax]))))
1048 // here, readproc will allocate the underlying proc_t stg
1049 if (likely(ptsk = readproc(PT, NULL))) {
    [all...]

Completed in 177 milliseconds