Home
last modified time | relevance | path

Searched refs:new_ts (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c233 struct amvdec_timestamp *new_ts; in amvdec_add_ts() local
236 new_ts = kzalloc(sizeof(*new_ts), GFP_KERNEL); in amvdec_add_ts()
237 if (!new_ts) in amvdec_add_ts()
240 new_ts->ts = ts; in amvdec_add_ts()
241 new_ts->tc = tc; in amvdec_add_ts()
242 new_ts->offset = offset; in amvdec_add_ts()
243 new_ts->flags = vbuf_flags; in amvdec_add_ts()
246 list_add_tail(&new_ts->list, &sess->timestamps); in amvdec_add_ts()
/linux/drivers/media/dvb-core/
H A Ddvb_net.c312 u8 ts_remain, how_much, new_ts; member
524 h->new_ts = 1; in dvb_net_ule_new_payload()
552 h->new_ts = 1; in dvb_net_ule_new_payload()
774 .new_ts = 1, in dvb_net_ule()
784 if (h.new_ts) { in dvb_net_ule()
796 if (h.new_ts) { in dvb_net_ule()
852 h.new_ts = 0; in dvb_net_ule()
862 h.new_ts = 1; in dvb_net_ule()
/linux/tools/perf/util/
H A Dthread-stack.c178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new() local
186 new_ts = calloc(new_sz, sizeof(*ts)); in thread_stack__new()
187 if (!new_ts) in thread_stack__new()
190 memcpy(new_ts, ts, old_sz * sizeof(*ts)); in thread_stack__new()
191 new_ts->arr_sz = new_sz; in thread_stack__new()
193 thread__set_ts(thread, new_ts); in thread_stack__new()
194 ts = new_ts; in thread_stack__new()
/linux/drivers/hv/
H A Dhv_util.c352 struct timespec64 new_ts; in hv_implicit_sync() local
355 new_ts = ns_to_timespec64(reftime_to_ns(host_time)); in hv_implicit_sync()
363 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c68 struct hwtstamp_config *new_ts) in ionic_lif_hwstamp_set_ts_config() argument
84 if (new_ts) { in ionic_lif_hwstamp_set_ts_config()
85 config = new_ts; in ionic_lif_hwstamp_set_ts_config()
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c774 u32 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local
796 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()
797 q->xef->run_ticks[q->class] += (new_ts - old_ts) * q->width; in xe_exec_queue_update_run_ticks()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c1317 static bool aq_ptp_sync_ts_updated(struct aq_ptp_s *aq_ptp, u64 *new_ts) in aq_ptp_sync_ts_updated() argument
1338 *new_ts = sync_ts; in aq_ptp_sync_ts_updated()