Searched refs:tlat_var (Results 1 – 1 of 1) sorted by relevance
260 struct timerlat_variables *tlat_var; in tlat_var_reset() local267 tlat_var = per_cpu_ptr(&per_cpu_timerlat_var, cpu); in tlat_var_reset()268 memset(tlat_var, 0, sizeof(*tlat_var)); in tlat_var_reset()373 struct timerlat_variables *tlat_var = this_cpu_tmr_var(); in timerlat_softirq_exit() local378 if (!tlat_var->tracing_thread) { in timerlat_softirq_exit()388 struct timerlat_variables *tlat_var = this_cpu_tmr_var(); in timerlat_thread_exit() local393 if (!tlat_var->tracing_thread) { in timerlat_thread_exit()2573 struct timerlat_variables *tlat_var; in timerlat_fd_release() local2580 tlat_var = per_cpu_ptr(&per_cpu_timerlat_var, cpu); in timerlat_fd_release()2582 hrtimer_cancel(&tlat_var->timer); in timerlat_fd_release()[all …]