Home
last modified time | relevance | path

Searched refs:prev_ts (Results 1 – 6 of 6) 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.c1332 delta = ktime_us_delta(now, cq->prev_ts); in enic_calc_int_moderation()
1335 cq->prev_ts = now; in enic_calc_int_moderation()
/linux/kernel/trace/
H A Dring_buffer.c1966 u64 prev_ts, u64 next_ts) in __rb_validate_buffer() argument
1992 if (ret < 0 || (prev_ts && prev_ts > ts) || (next_ts && ts > next_ts)) { in __rb_validate_buffer()
2001 dpage->time_stamp = prev_ts ? prev_ts : next_ts; in __rb_validate_buffer()
2026 u64 prev_ts, u64 next_ts) in rb_validate_buffer() argument
2030 ret = __rb_validate_buffer(bpage, cpu_buffer->cpu, meta, prev_ts, next_ts); in rb_validate_buffer()