Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c502 LASSERT(!request->rq_receiving_reply); in ptl_send_rpc()
578 request->rq_receiving_reply = !noreply; in ptl_send_rpc()
613 request->rq_receiving_reply = 0; in ptl_send_rpc()
663 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.c587 LASSERT(!request->rq_receiving_reply); in __ptlrpc_free_req_to_pool()
1172 LASSERT(!req->rq_receiving_reply && !req->rq_reply_unlink); in after_reply()
1795 LASSERT(!req->rq_receiving_reply); in ptlrpc_check_set()
2211 LASSERTF(!request->rq_receiving_reply, "req %p\n", request); in __ptlrpc_free_req()
2376 request->rq_receiving_reply, in ptlrpc_unregister_reply()
2615 LASSERT(!req->rq_receiving_reply); in ptlrpc_queue_wait()
3045 req->rq_receiving_reply = 0; in ptlrpcd_alloc_work()
Dsec.c716 LASSERT(req->rq_receiving_reply == 0); in sptlrpc_req_refresh_ctx()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1307 rq_no_resend:1, rq_waiting:1, rq_receiving_reply:1, member
2706 return req->rq_receiving_reply; in ptlrpc_client_recv()
2720 rc = req->rq_receiving_reply; in ptlrpc_client_recv_or_unlink()