Home
last modified time | relevance | path

Searched refs:new_ts (Results 1 – 4 of 4) 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_obj(*new_ts); 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.c315 u8 ts_remain, how_much, new_ts; member
527 h->new_ts = 1; in dvb_net_ule_new_payload()
555 h->new_ts = 1; in dvb_net_ule_new_payload()
777 .new_ts = 1, in dvb_net_ule()
787 if (h.new_ts) { in dvb_net_ule()
799 if (h.new_ts) { in dvb_net_ule()
855 h.new_ts = 0; in dvb_net_ule()
865 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()