Lines Matching refs:epoch
442 const unsigned long epoch) in error_print_request() argument
450 jiffies_to_msecs(erq->jiffies - epoch), in error_print_request()
466 const unsigned long epoch) in error_print_engine() argument
537 jiffies_to_msecs(ee->hangcheck_timestamp - epoch), in error_print_engine()
539 ee->hangcheck_timestamp == epoch ? "; epoch" : ""); in error_print_engine()
544 error_print_request(m, " ", &ee->execlist[n], epoch); in error_print_engine()
663 err_printf(m, "Epoch: %lu jiffies (%u HZ)\n", error->epoch, HZ); in i915_error_state_to_str()
667 jiffies_to_msecs(error->capture - error->epoch)); in i915_error_state_to_str()
728 error_print_engine(m, &error->engine[i], error->epoch); in i915_error_state_to_str()
789 error->epoch); in i915_error_state_to_str()
1768 unsigned long epoch = error->capture; in capture_find_epoch() local
1775 time_before(ee->hangcheck_timestamp, epoch)) in capture_find_epoch()
1776 epoch = ee->hangcheck_timestamp; in capture_find_epoch()
1779 return epoch; in capture_find_epoch()
1804 error->epoch = capture_find_epoch(error); in capture()