Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c51 static struct timespec prev_ts; in test_socket_timestamp() local
61 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()
/linux/tools/testing/selftests/bpf/progs/
H A Dnetcnt_prog.c50 dt = ts - percpu_cnt->prev_ts; in bpf_nextcnt()
61 percpu_cnt->prev_ts = ts; in bpf_nextcnt()
/linux/tools/testing/selftests/bpf/
H A Dnetcnt_common.h28 __u64 prev_ts; member
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h56 ktime_t prev_ts; member
H A Denic_main.c1289 delta = ktime_us_delta(now, cq->prev_ts); in enic_calc_int_moderation()
1292 cq->prev_ts = now; in enic_calc_int_moderation()