Searched defs:ptlrpc_at_array (Results 1 – 1 of 1) sorted by relevance
73 struct ptlrpc_at_array { struct74 struct list_head *paa_reqs_array; /** array to hold requests */75 __u32 paa_size; /** the size of array */76 __u32 paa_count; /** the total count of reqs */77 time_t paa_deadline; /** the earliest deadline of reqs */78 __u32 *paa_reqs_count; /** the count of reqs in each entry */