Searched refs:max_lag (Results 1 – 1 of 1) sorted by relevance
254 uint64_t max_lag; in pt_update_irq() local260 max_lag = -1ULL; in pt_update_irq()274 if ( (pt->last_plt_gtime + pt->period) < max_lag ) in pt_update_irq()276 max_lag = pt->last_plt_gtime + pt->period; in pt_update_irq()
Completed in 2 milliseconds