Searched refs:TOTAL_RESULT_OK (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 90 int TOTAL_RESULT_OK[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable 139 TOTAL_RESULT_OK[n] += matchResult(r, n); in counter() 151 TOTAL_RESULT_OK[n] = 0; in validationResults() 169 TOTAL_RESULT_OK[n] += l; in validationResults() 171 TOTAL_RESULT_OK[n] += u; in validationResults() 292 if (TOTAL_RESULT_OK[i] != totalClients) in report() 296 TOTAL_RESULT_OK[i], eType, totalClients, in report()
|