Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c394 if (!list_empty(&req->rq_ctx_chain)) { in sptlrpc_req_put_ctx()
396 list_del_init(&req->rq_ctx_chain); in sptlrpc_req_put_ctx()
569 if (!list_empty(&req->rq_ctx_chain)) in req_off_ctx_list()
570 list_del_init(&req->rq_ctx_chain); in req_off_ctx_list()
708 if (list_empty(&req->rq_ctx_chain)) in sptlrpc_req_refresh_ctx()
709 list_add(&req->rq_ctx_chain, &ctx->cc_req_list); in sptlrpc_req_refresh_ctx()
870 INIT_LIST_HEAD(&req->rq_ctx_chain); in sptlrpc_import_check_ctx()
878 LASSERT(list_empty(&req->rq_ctx_chain)); in sptlrpc_import_check_ctx()
Dclient.c641 INIT_LIST_HEAD(&request->rq_ctx_chain); in __ptlrpc_request_bufs_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1369 struct list_head rq_ctx_chain; /**< link to waited ctx */ member