Home
last modified time | relevance | path

Searched refs:maxClients (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/network/nfsv4/locks/
Dnetsync.c8 int maxClients; variable
73 for (c = 0; c < maxClients; c++) { in setupConnectionServer()
92 for (c = 0; c < maxClients; c++) in serverCloseConnection()
101 for (c = 0; c < maxClients; c++) in writeToAllClients()
124 maxClients = max; in configureServer()
Dlocktests.c34 extern int maxClients;
150 fsize = dp.nclnt * (maxClients + 1); in validationResults()
286 totalClients = clnt * (maxClients + 1); in report()
289 eType, clnt, maxClients, maxClients + 1, totalClients); in report()
322 for (c = 0; c < maxClients; c++) { in serverReceiveNet()
463 for (c = 0; c < maxClients; c++) { in getResults()
668 buf = malloc(clnt * (maxClients + 1)); in master()
679 for (i = 0; i < maxClients; i++) { in master()