Searched refs:ts_table (Results 1 – 1 of 1) sorted by relevance
26 static struct timestamp_table *ts_table __attribute__((section(".data"))); variable37 if (!ts_table || (ts_table->num_entries == ts_table->max_entries)) in timestamp_add()40 tse = &ts_table->entries[ts_table->num_entries++]; in timestamp_add()42 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()54 if (!ts_table) in timestamp_add_to_bootstage()57 for (i = 0; i < ts_table->num_entries; i++) { in timestamp_add_to_bootstage()58 struct timestamp_entry *tse = &ts_table->entries[i]; in timestamp_add_to_bootstage()
Completed in 2 milliseconds