Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_import.h75 __u32 paa_count; /** the total count of reqs */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c486 array->paa_count = 0; in ptlrpc_service_part_init()
905 if (array->paa_count == 0) { in ptlrpc_at_set_timer()
967 array->paa_count++; in ptlrpc_at_add_timed()
968 if (array->paa_count == 1 || array->paa_deadline > req->rq_deadline) { in ptlrpc_at_add_timed()
993 array->paa_count--; in ptlrpc_at_remove_timed()
1140 if (array->paa_count == 0) { in ptlrpc_at_check_timed()
1159 count = array->paa_count; in ptlrpc_at_check_timed()