Lines Matching refs:fast_req
666 unsigned int slot = fence % ARRAY_SIZE(ct->fast_req); in fast_req_track()
674 ct->fast_req[slot].stack = stack_depot_save(entries, n, GFP_NOWAIT); in fast_req_track()
676 ct->fast_req[slot].fence = fence; in fast_req_track()
677 ct->fast_req[slot].action = action; in fast_req_track()
1225 for (n = 0; n < ARRAY_SIZE(ct->fast_req); n++) { in fast_req_report()
1226 if (ct->fast_req[n].fence < fence_min) in fast_req_report()
1227 fence_min = ct->fast_req[n].fence; in fast_req_report()
1228 if (ct->fast_req[n].fence > fence_max) in fast_req_report()
1229 fence_max = ct->fast_req[n].fence; in fast_req_report()
1231 if (ct->fast_req[n].fence != fence) in fast_req_report()
1237 if (buf && stack_depot_snprint(ct->fast_req[n].stack, buf, SZ_4K, 0)) in fast_req_report()
1239 fence, ct->fast_req[n].action, buf); in fast_req_report()
1242 fence, ct->fast_req[n].action); in fast_req_report()
1246 fence, ct->fast_req[n].action); in fast_req_report()