Home
last modified time | relevance | path

Searched defs:new_ts (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/time/
H A Dtime.c202 struct timespec64 new_ts; in SYSCALL_DEFINE2() local
246 struct timespec64 new_ts; in COMPAT_SYSCALL_DEFINE2() local
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c233 struct amvdec_timestamp *new_ts; in amvdec_add_ts() local
/linux/drivers/hv/
H A Dhv_util.c352 struct timespec64 new_ts; in hv_implicit_sync() local
/linux/drivers/media/dvb-core/
H A Ddvb_net.c315 u8 ts_remain, how_much, new_ts; member
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c1356 u64 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local
H A Dxe_lrc.c2423 u64 lrc_ts, reg_ts, new_ts = lrc->ctx_timestamp; in xe_lrc_timestamp() local
/linux/tools/perf/util/
H A Dthread-stack.c178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new() local
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c1316 static bool aq_ptp_sync_ts_updated(struct aq_ptp_s *aq_ptp, u64 *new_ts) in aq_ptp_sync_ts_updated()