Searched refs:first_ts (Results 1 – 6 of 6) sorted by relevance
246 ps.first_ts = p->ts; in pseq_handler_create_sequences()267 ps.first_ts = p2->ts; in pseq_handler_create_sequences()284 ps.deadline_ts = ps.first_ts + ps.dur; in pseq_handler_create_sequences()
41 u64 first_ts; member
2259 static int last_ts, first_ts; variable2841 if (first_ts) {2842 if (ts < first_ts) {2846 ts -= first_ts;2883 if (!first_ts)2884 first_ts = last_ts;3993 last_ts = first_ts = 0; in zconf_starthelp()
40 static int last_ts, first_ts; variable
77 u32 first_ts; member
479 seq.first_ts = cur_event->ts; in mt76x02_dfs_create_sequence()491 seq.first_ts = cur_event->ts; in mt76x02_dfs_create_sequence()524 if (event->ts > seq->first_ts + MT_DFS_SEQUENCE_WINDOW) { in mt76x02_dfs_add_event_to_sequence()
Completed in 12 milliseconds