Searched refs:hw_running_time (Results 1 – 7 of 7) sorted by relevance
61 (job->hw_running_time - now); in rve_scheduler_set_pid_info()79 ktime_us_delta(now, job->hw_running_time); in rve_scheduler_set_pid_info()279 pr_info("hw use time = %lld\n", ktime_us_delta(now, job->hw_running_time)); in rve_job_finish_and_next()319 job->ctx->debug_info.last_job_hw_use_time = ktime_us_delta(now, job->hw_running_time); in rve_job_done()353 (ktime_to_ms(ktime_sub(now, job->hw_running_time)) >= RVE_ASYNC_TIMEOUT_DELAY)) { in rve_job_timeout_clean()476 ktime_to_us(ktime_sub(now, job->hw_running_time))); in rve_job_wait()
159 job->hw_running_time = now; in rve_set_reg()
276 pr_info("hw use time = %lld\n", ktime_us_delta(now, job->hw_running_time)); in rga_job_done()293 if (scheduler->running_job == NULL || scheduler->running_job->hw_running_time == 0) { in rga_job_scheduler_timeout_clean()299 if (ktime_ms_delta(ktime_get(), job->hw_running_time) >= RGA_JOB_TIMEOUT_DELAY) { in rga_job_scheduler_timeout_clean()647 if (job->hw_running_time != 0) { in rga_request_scheduler_job_abort()
2115 job->hw_running_time = now; in rga3_set_reg()
2632 job->hw_running_time = now; in rga2_set_reg()
141 ktime_t hw_running_time; member
289 ktime_t hw_running_time; member