Searched refs:next_ts (Results 1 – 2 of 2) sorted by relevance
612 u64 next_ts; local617 &next_ts);623 next_ts = iter->ts;624 rel_usecs = ns2usecs(next_ts - iter->ts);
1550 u64 next_ts = 0, ts; in __find_next_entry() local1578 if (ent && (!next || ts < next_ts)) { in __find_next_entry()1581 next_ts = ts; in __find_next_entry()1590 *ent_ts = next_ts; in __find_next_entry()