Home
last modified time | relevance | path

Searched refs:prp_req_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c447 list_for_each_safe(l, tmp, &pool->prp_req_list) { in ptlrpc_free_rq_pool()
471 LASSERTF(list_empty(&pool->prp_req_list) || in ptlrpc_add_rqs_to_pool()
495 list_add_tail(&req->rq_list, &pool->prp_req_list); in ptlrpc_add_rqs_to_pool()
526 INIT_LIST_HEAD(&pool->prp_req_list); in ptlrpc_init_rq_pool()
556 if (unlikely(list_empty(&pool->prp_req_list))) { in ptlrpc_prep_req_from_pool()
561 request = list_entry(pool->prp_req_list.next, struct ptlrpc_request, in ptlrpc_prep_req_from_pool()
588 list_add_tail(&request->rq_list, &pool->prp_req_list); in __ptlrpc_free_req_to_pool()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h497 struct list_head prp_req_list; member