Searched refs:first_ts (Results 1 – 5 of 5) sorted by relevance
41 u64 first_ts; member
247 ps.first_ts = p->ts; in pseq_handler_create_sequences()268 ps.first_ts = p2->ts; in pseq_handler_create_sequences()285 ps.deadline_ts = ps.first_ts + ps.dur; in pseq_handler_create_sequences()
88 u32 first_ts; member
490 seq.first_ts = cur_event->ts; in mt76x2_dfs_create_sequence()502 seq.first_ts = cur_event->ts; in mt76x2_dfs_create_sequence()535 if (event->ts > seq->first_ts + MT_DFS_SEQUENCE_WINDOW) { in mt76x2_dfs_add_event_to_sequence()
36 static int last_ts, first_ts; variable