Home
last modified time | relevance | path

Searched refs:rq_receiving_reply (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c506 LASSERT(!request->rq_receiving_reply); in ptl_send_rpc()
582 request->rq_receiving_reply = !noreply; in ptl_send_rpc()
617 request->rq_receiving_reply = 0; in ptl_send_rpc()
667 LASSERT(!request->rq_receiving_reply); in ptl_send_rpc()
Devents.c103 req->rq_receiving_reply = 0; in reply_in_callback()
144 req->rq_receiving_reply = 1; in reply_in_callback()
Dclient.c573 LASSERT(!request->rq_receiving_reply); in __ptlrpc_free_req_to_pool()
1214 LASSERT(!req->rq_receiving_reply && !req->rq_reply_unlink); in after_reply()
1832 LASSERT(!req->rq_receiving_reply); in ptlrpc_check_set()
2237 LASSERTF(!request->rq_receiving_reply, "req %p\n", request); in __ptlrpc_free_req()
2422 request->rq_receiving_reply, in ptlrpc_unregister_reply()
2675 LASSERT(!req->rq_receiving_reply); in ptlrpc_queue_wait()
3099 req->rq_receiving_reply = 0; in ptlrpcd_alloc_work()
Dsec.c758 LASSERT(req->rq_receiving_reply == 0); in sptlrpc_req_refresh_ctx()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1313 rq_no_resend:1, rq_waiting:1, rq_receiving_reply:1, member
2747 return req->rq_receiving_reply; in ptlrpc_client_recv()
2761 rc = req->rq_receiving_reply; in ptlrpc_client_recv_or_unlink()