Searched refs:t_last (Results 1 – 1 of 1) sorted by relevance
215 struct timeval t0, t_last, t_new; in run_bpf_prog() local227 t_last = t0; in run_bpf_prog()241 delta_time = (t_new.tv_sec - t_last.tv_sec) * 1000000 + in run_bpf_prog()242 (t_new.tv_usec - t_last.tv_usec); in run_bpf_prog()245 t_last = t_new; in run_bpf_prog()
Completed in 4 milliseconds