Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dstats.c119 return kcalloc(clnt->cl_maxproc, sizeof(struct rpc_iostats), GFP_KERNEL); in rpc_alloc_iostats()
184 unsigned int op, maxproc = clnt->cl_maxproc; in rpc_print_iostats()
Dclnt.c323 clnt->cl_maxproc = version->nrprocs; in rpc_new_client()
683 clnt->cl_maxproc = version->nrprocs; in rpc_bind_new_program()
/linux-3.4.99/include/linux/sunrpc/
Dclnt.h42 cl_maxproc; /* max procedure number */ member