Searched refs:client_max_requests (Results 1 – 1 of 1) sorted by relevance
90 static int client_max_requests = 10; variable266 for (i = 1; i < client_max_requests; ++i) { in client_fn()302 if (i != client_max_requests) in client_fn()663 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX)) in setup()693 tst_res(TINFO, "client max req: %d", client_max_requests); in setup()