Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h76 __u32 paa_count; /** the total count of reqs */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c629 array->paa_count = 0; in ptlrpc_service_part_init()
1149 if (array->paa_count == 0) { in ptlrpc_at_set_timer()
1211 array->paa_count++; in ptlrpc_at_add_timed()
1212 if (array->paa_count == 1 || array->paa_deadline > req->rq_deadline) { in ptlrpc_at_add_timed()
1237 array->paa_count--; in ptlrpc_at_remove_timed()
1398 if (array->paa_count == 0) { in ptlrpc_at_check_timed()
1417 count = array->paa_count; in ptlrpc_at_check_timed()