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