Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dclnt.h265 static inline int rpc_reply_expected(struct rpc_task *task) in rpc_reply_expected()
264 static inline int rpc_reply_expected(struct rpc_task *task) rpc_reply_expected() function
/linux/net/sunrpc/xprtrdma/
H A Dtransport.c656 if (!rpc_reply_expected(rqst->rq_task)) in xprt_rdma_send_request()
/linux/net/sunrpc/
H A Dclnt.c1979 if (task->tk_status == 0 && rpc_reply_expected(task)) in call_encode()