Home
last modified time | relevance | path

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

/samples/bpf/
Dhbm.c208 struct timeval t0, t_last, t_new; in run_bpf_prog() local
220 t_last = t0; in run_bpf_prog()
234 delta_time = (t_new.tv_sec - t_last.tv_sec) * 1000000 + in run_bpf_prog()
235 (t_new.tv_usec - t_last.tv_usec); in run_bpf_prog()
238 t_last = t_new; in run_bpf_prog()