Searched refs:fast_req (Results 1 – 2 of 2) sorted by relevance
109 ct->fast_req[slot].stack = stack_depot_save(entries, n, GFP_NOWAIT); in fast_req_stack_save()119 if (buf && stack_depot_snprint(ct->fast_req[slot].stack, buf, SZ_4K, 0)) in fast_req_dump()121 fence, ct->fast_req[slot].action, buf); in fast_req_dump()124 fence, ct->fast_req[slot].action); in fast_req_dump()127 fence, ct->fast_req[slot].action); in fast_req_dump()139 for (n = 0; n < ARRAY_SIZE(ct->fast_req); n++) { in fast_req_report()140 if (ct->fast_req[n].fence < fence_min) in fast_req_report()141 fence_min = ct->fast_req[n].fence; in fast_req_report()142 if (ct->fast_req[n].fence > fence_max) in fast_req_report()143 fence_max = ct->fast_req[n].fence; in fast_req_report()[all …]
169 struct xe_fast_req_fence fast_req[SZ_32]; member