Searched refs:ts_table (Results 1 – 1 of 1) sorted by relevance
25 static struct timestamp_table *ts_table __attribute__((section(".data"))); variable36 if (!ts_table || (ts_table->num_entries == ts_table->max_entries)) in timestamp_add()39 tse = &ts_table->entries[ts_table->num_entries++]; in timestamp_add()41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()53 if (!ts_table) in timestamp_add_to_bootstage()56 for (i = 0; i < ts_table->num_entries; i++) { in timestamp_add_to_bootstage()57 struct timestamp_entry *tse = &ts_table->entries[i]; in timestamp_add_to_bootstage()