Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c641 OBD_CPT_ALLOC(array->paa_reqs_count, in ptlrpc_service_part_init()
643 if (array->paa_reqs_count == NULL) in ptlrpc_service_part_init()
663 if (array->paa_reqs_count != NULL) { in ptlrpc_service_part_init()
664 OBD_FREE(array->paa_reqs_count, sizeof(__u32) * size); in ptlrpc_service_part_init()
665 array->paa_reqs_count = NULL; in ptlrpc_service_part_init()
1187 if (array->paa_reqs_count[index] > 0) { in ptlrpc_at_add_timed()
1210 array->paa_reqs_count[index]++; in ptlrpc_at_add_timed()
1236 array->paa_reqs_count[req->rq_at_index]--; in ptlrpc_at_remove_timed()
1419 count -= array->paa_reqs_count[index]; in ptlrpc_at_check_timed()
3007 if (array->paa_reqs_count != NULL) { in ptlrpc_service_free()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h78 __u32 *paa_reqs_count; /** the count of reqs in each entry */ member