Searched refs:tlat_var (Results 1 – 1 of 1) sorted by relevance
265 struct timerlat_variables *tlat_var; in tlat_var_reset() local275 tlat_var = per_cpu_ptr(&per_cpu_timerlat_var, cpu); in tlat_var_reset()276 if (tlat_var->kthread) in tlat_var_reset()277 hrtimer_cancel(&tlat_var->timer); in tlat_var_reset()278 memset(tlat_var, 0, sizeof(*tlat_var)); in tlat_var_reset()357 if (!tlat_var->tracing_thread) { in timerlat_softirq_exit()372 if (!tlat_var->tracing_thread) { in timerlat_thread_exit()2557 struct timerlat_variables *tlat_var; in timerlat_fd_release() local2566 if (tlat_var->kthread) in timerlat_fd_release()2567 hrtimer_cancel(&tlat_var->timer); in timerlat_fd_release()[all …]