Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c499 array->paa_reqs_count = in ptlrpc_service_part_init()
502 if (array->paa_reqs_count == NULL) in ptlrpc_service_part_init()
524 kfree(array->paa_reqs_count); in ptlrpc_service_part_init()
525 array->paa_reqs_count = NULL; in ptlrpc_service_part_init()
943 if (array->paa_reqs_count[index] > 0) { in ptlrpc_at_add_timed()
966 array->paa_reqs_count[index]++; in ptlrpc_at_add_timed()
992 array->paa_reqs_count[req->rq_at_index]--; in ptlrpc_at_remove_timed()
1161 count -= array->paa_reqs_count[index]; in ptlrpc_at_check_timed()
2721 kfree(array->paa_reqs_count); in ptlrpc_service_free()
2722 array->paa_reqs_count = NULL; in ptlrpc_service_free()
/drivers/staging/lustre/lustre/include/
Dlustre_import.h77 __u32 *paa_reqs_count; /** the count of reqs in each entry */ member