Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/
Dsunrpc.h40 static inline int rpc_reply_expected(struct rpc_task *task) in rpc_reply_expected() function
Dxprt.c882 if (list_empty(&req->rq_list) && rpc_reply_expected(task)) { in xprt_transmit()
921 else if (!req->rq_reply_bytes_recvd && rpc_reply_expected(task)) { in xprt_transmit()
Dclnt.c1305 if (rpc_reply_expected(task)) in call_transmit()