Home
last modified time | relevance | path

Searched refs:cl_maxproc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sunrpc/
Dstats.c122 stats = kcalloc(clnt->cl_maxproc, sizeof(*stats), GFP_KERNEL); in rpc_alloc_iostats()
124 for (i = 0; i < clnt->cl_maxproc; i++) in rpc_alloc_iostats()
207 unsigned int op, maxproc = clnt->cl_maxproc; in rpc_print_iostats()
Dclnt.c393 clnt->cl_maxproc = version->nrprocs; in rpc_new_client()
/linux-4.4.14/include/linux/sunrpc/
Dclnt.h44 cl_maxproc; /* max procedure number */ member