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

  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_lib.sh 253 # Test if failcnt > 0, which means page reclamation occured
257 failcnt=`cat $1`
258 if [ $failcnt -gt 0 ]; then
259 tst_resm TPASS "$1 is $failcnt, > 0 as expected"
261 tst_resm TFAIL "$1 is $failcnt, <= 0 expected"
  /external/ltp/pan/
ltp-pan.c 99 int quiet_mode, int *failcnt, int fmt_print,
108 int fmt_print, int *failcnt, int *tconfcnt,
166 int failcnt = 0; /* count of total testcases that failed. */ local
540 &failcnt, fmt_print, logfile);
589 &failcnt, &tconfcnt, quiet_mode);
650 fprintf(logfile, "Total Failures: %d\n", failcnt);
706 struct orphan_pgrp *orphans, int fmt_print, int *failcnt,
816 ++*failcnt;
896 int *failcnt, int fmt_print, FILE * logfile)
1101 ++ * failcnt;
    [all...]

Completed in 73 milliseconds