Lines Matching refs:epoch
453 const unsigned long epoch) in error_print_request() argument
465 jiffies_to_msecs(erq->jiffies - epoch), in error_print_request()
480 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()
678 err_printf(m, "Epoch: %lu jiffies (%u HZ)\n", error->epoch, HZ); in __err_print_to_sgl()
682 jiffies_to_msecs(error->capture - error->epoch)); in __err_print_to_sgl()
738 error_print_engine(m, ee, error->epoch); in __err_print_to_sgl()
766 error->epoch); in __err_print_to_sgl()
1653 unsigned long epoch = error->capture; in capture_find_epoch() local
1657 time_before(ee->hangcheck_timestamp, epoch)) in capture_find_epoch()
1658 epoch = ee->hangcheck_timestamp; in capture_find_epoch()
1661 return epoch; in capture_find_epoch()
1715 error->epoch = capture_find_epoch(error); in i915_capture_gpu_state()