Home
last modified time | relevance | path

Searched refs:t_last (Results 1 – 1 of 1) sorted by relevance

/samples/bpf/
A Dhbm.c215 struct timeval t0, t_last, t_new; in run_bpf_prog() local
227 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