Lines Matching refs:osnoise_variables
94 struct osnoise_variables { struct
108 DEFINE_PER_CPU(struct osnoise_variables, per_cpu_osnoise_var); argument
113 static inline struct osnoise_variables *this_cpu_osn_var(void) in this_cpu_osn_var()
166 struct osnoise_variables *osn_var; in osn_var_reset()
510 cond_move_irq_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_irq_delta_start()
526 cond_move_softirq_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_softirq_delta_start()
544 cond_move_thread_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_thread_delta_start()
578 get_int_safe_duration(struct osnoise_variables *osn_var, u64 *delta_start) in get_int_safe_duration()
617 set_int_safe_time(struct osnoise_variables *osn_var, u64 *time) in set_int_safe_time()
640 copy_int_safe_time(struct osnoise_variables *osn_var, u64 *dst, u64 *src) in copy_int_safe_time()
669 struct osnoise_variables *osn_var = this_cpu_osn_var(); in trace_osnoise_callback()
709 struct osnoise_variables *osn_var = this_cpu_osn_var(); in osnoise_trace_irq_entry()
732 struct osnoise_variables *osn_var = this_cpu_osn_var(); in osnoise_trace_irq_exit()
840 struct osnoise_variables *osn_var = this_cpu_osn_var(); in trace_softirq_entry_callback()
863 struct osnoise_variables *osn_var = this_cpu_osn_var(); in trace_softirq_exit_callback()
948 thread_entry(struct osnoise_variables *osn_var, struct task_struct *t) in thread_entry()
970 thread_exit(struct osnoise_variables *osn_var, struct task_struct *t) in thread_exit()
1006 struct osnoise_variables *osn_var = this_cpu_osn_var(); in trace_sched_switch_callback()
1051 save_osn_sample_stats(struct osnoise_variables *osn_var, struct osnoise_sample *s) in save_osn_sample_stats()
1067 diff_osn_sample_stats(struct osnoise_variables *osn_var, struct osnoise_sample *s) in diff_osn_sample_stats()
1098 struct osnoise_variables *osn_var = this_cpu_osn_var(); in run_osnoise()
1295 struct osnoise_variables *osn_var = this_cpu_osn_var(); in timerlat_irq()
1421 struct osnoise_variables *osn_var = this_cpu_osn_var(); in timerlat_main()