Searched refs:prev_ts (Results 1 – 3 of 3) sorted by relevance
50 dt = ts - percpu_cnt->prev_ts; in bpf_nextcnt()61 percpu_cnt->prev_ts = ts; in bpf_nextcnt()
51 static struct timespec prev_ts; in test_socket_timestamp() local61 validate_timestamp(&tss->ts[0], &prev_ts); in test_socket_timestamp()65 validate_timestamp(&tss->ts[0], &prev_ts); in test_socket_timestamp()70 prev_ts = tss->ts[0]; in test_socket_timestamp()
28 __u64 prev_ts; member
Completed in 4 milliseconds