Searched refs:rq_ctx_chain (Results 1 – 3 of 3) sorted by relevance
322 rq_ctx_chain) { in sptlrpc_cli_ctx_wakeup()323 list_del_init(&req->rq_ctx_chain); in sptlrpc_cli_ctx_wakeup()435 if (!list_empty(&req->rq_ctx_chain)) { in sptlrpc_req_put_ctx()437 list_del_init(&req->rq_ctx_chain); in sptlrpc_req_put_ctx()611 if (!list_empty(&req->rq_ctx_chain)) in req_off_ctx_list()612 list_del_init(&req->rq_ctx_chain); in req_off_ctx_list()750 if (list_empty(&req->rq_ctx_chain)) in sptlrpc_req_refresh_ctx()751 list_add(&req->rq_ctx_chain, &ctx->cc_req_list); in sptlrpc_req_refresh_ctx()912 INIT_LIST_HEAD(&req->rq_ctx_chain); in sptlrpc_import_check_ctx()920 LASSERT(list_empty(&req->rq_ctx_chain)); in sptlrpc_import_check_ctx()
627 INIT_LIST_HEAD(&request->rq_ctx_chain); in __ptlrpc_request_bufs_pack()
1375 struct list_head rq_ctx_chain; /**< link to waited ctx */ member