Lines Matching refs:thread
191 struct osn_thread thread; member
370 osn_var->thread.delta_start = 0; in timerlat_thread_exit()
371 osn_var->thread.arrival_time = 0; in timerlat_thread_exit()
732 if (osn_var->thread.delta_start) in cond_move_thread_delta_start()
733 osn_var->thread.delta_start += duration; in cond_move_thread_delta_start()
1130 osn_var->thread.arrival_time = time_get(); in thread_entry()
1132 set_int_safe_time(osn_var, &osn_var->thread.delta_start); in thread_entry()
1134 osn_var->thread.count++; in thread_entry()
1155 duration = get_int_safe_duration(osn_var, &osn_var->thread.delta_start); in thread_exit()
1157 trace_thread_noise(t, osn_var->thread.arrival_time, duration); in thread_exit()
1159 osn_var->thread.arrival_time = 0; in thread_exit()
1224 s->thread_count = osn_var->thread.count; in save_osn_sample_stats()
1240 s->thread_count = osn_var->thread.count - s->thread_count; in diff_osn_sample_stats()
1534 osn_var->thread.arrival_time = time_get(); in timerlat_irq()
1558 copy_int_safe_time(osn_var, &osn_var->thread.delta_start, in timerlat_irq()
1564 copy_int_safe_time(osn_var, &osn_var->thread.delta_start, in timerlat_irq()