Searched refs:prev_ts (Results 1 – 6 of 6) sorted by relevance
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()
50 dt = ts - percpu_cnt->prev_ts; in bpf_nextcnt()61 percpu_cnt->prev_ts = ts; in bpf_nextcnt()
28 __u64 prev_ts; member
56 ktime_t prev_ts; member
1332 delta = ktime_us_delta(now, cq->prev_ts); in enic_calc_int_moderation()1335 cq->prev_ts = now; in enic_calc_int_moderation()
1966 u64 prev_ts, u64 next_ts) in __rb_validate_buffer() argument1992 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() argument2030 ret = __rb_validate_buffer(bpage, cpu_buffer->cpu, meta, prev_ts, next_ts); in rb_validate_buffer()