Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c433 list_for_each_safe(l, tmp, &pool->prp_req_list) { in ptlrpc_free_rq_pool()
457 LASSERTF(list_empty(&pool->prp_req_list) || in ptlrpc_add_rqs_to_pool()
481 list_add_tail(&req->rq_list, &pool->prp_req_list); in ptlrpc_add_rqs_to_pool()
509 INIT_LIST_HEAD(&pool->prp_req_list); in ptlrpc_init_rq_pool()
515 if (list_empty(&pool->prp_req_list)) { in ptlrpc_init_rq_pool()
542 if (unlikely(list_empty(&pool->prp_req_list))) { in ptlrpc_prep_req_from_pool()
547 request = list_entry(pool->prp_req_list.next, struct ptlrpc_request, in ptlrpc_prep_req_from_pool()
574 list_add_tail(&request->rq_list, &pool->prp_req_list); in __ptlrpc_free_req_to_pool()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h499 struct list_head prp_req_list; member