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

  /external/ltp/testcases/kernel/fs/mongo/
run_mongo 17 NPROC=$2
34 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC
35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 764 final int NPROC = procMap.size();
765 for (int ip=0; ip<NPROC; ip++) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 310 final int NPROC = procMap.size();
311 for (int ip=0; ip<NPROC; ip++) {
    [all...]

Completed in 65 milliseconds