Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dclnt.c498 clnt->cl_chatty = 1; in rpc_create_xprt()
641 new->cl_chatty = clnt->cl_chatty; in __rpc_clone_client()
2354 if (clnt->cl_chatty) in call_status()
2407 if (clnt->cl_chatty) { in rpc_check_timeout()
2422 if (clnt->cl_chatty) { in rpc_check_timeout()
2454 if (clnt->cl_chatty) { in call_decode()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dclnt.h57 cl_chatty : 1;/* be verbose */ member