Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dstats.c124 stats = kcalloc(clnt->cl_maxproc, sizeof(*stats), GFP_KERNEL); in rpc_alloc_iostats()
126 for (i = 0; i < clnt->cl_maxproc; i++) in rpc_alloc_iostats()
252 unsigned int op, maxproc = clnt->cl_maxproc; in rpc_clnt_show_stats()
H A Dclnt.c392 clnt->cl_maxproc = version->nrprocs; in rpc_new_client()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dclnt.h46 cl_maxproc; /* max procedure number */ member