Searched refs:intrpt_disable_time (Results 1 – 1 of 1) sorted by relevance
139 hr_timer_t intrpt_disable_time; in krhino_task_sched_stats_get() local142 intrpt_disable_time = g_cur_intrpt_disable_max_time - g_sys_measure_waste; in krhino_task_sched_stats_get()144 intrpt_disable_time = 0; in krhino_task_sched_stats_get()147 if (g_active_task[cpu_cur_get()]->task_intrpt_disable_time_max < intrpt_disable_time) { in krhino_task_sched_stats_get()148 g_active_task[cpu_cur_get()]->task_intrpt_disable_time_max = intrpt_disable_time; in krhino_task_sched_stats_get()
Completed in 3 milliseconds