Searched refs:new_ts (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/media/meson/vdec/ | 
| D | vdec_helpers.c | 205 	struct amvdec_timestamp *new_ts, *tmp;  in amvdec_add_ts_reorder()  local208 	new_ts = kmalloc(sizeof(*new_ts), GFP_KERNEL);  in amvdec_add_ts_reorder()
 209 	new_ts->ts = ts;  in amvdec_add_ts_reorder()
 210 	new_ts->offset = offset;  in amvdec_add_ts_reorder()
 219 			list_add_tail(&new_ts->list, &tmp->list);  in amvdec_add_ts_reorder()
 225 	list_add_tail(&new_ts->list, &sess->timestamps);  in amvdec_add_ts_reorder()
 
 | 
| /Linux-v5.4/kernel/time/ | 
| D | time.c | 202 	struct timespec64 new_ts;  in SYSCALL_DEFINE2()  local213 		new_ts.tv_sec = user_tv.tv_sec;  in SYSCALL_DEFINE2()
 214 		new_ts.tv_nsec = user_tv.tv_usec * NSEC_PER_USEC;  in SYSCALL_DEFINE2()
 221 	return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL);  in SYSCALL_DEFINE2()
 247 	struct timespec64 new_ts;  in COMPAT_SYSCALL_DEFINE2()  local
 258 		new_ts.tv_sec = user_tv.tv_sec;  in COMPAT_SYSCALL_DEFINE2()
 259 		new_ts.tv_nsec = user_tv.tv_usec * NSEC_PER_USEC;  in COMPAT_SYSCALL_DEFINE2()
 266 	return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL);  in COMPAT_SYSCALL_DEFINE2()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | thread-stack.c | 155 	struct thread_stack *ts = thread->ts, *new_ts;  in thread_stack__new()  local163 		new_ts = calloc(new_sz, sizeof(*ts));  in thread_stack__new()
 164 		if (!new_ts)  in thread_stack__new()
 167 			memcpy(new_ts, ts, old_sz * sizeof(*ts));  in thread_stack__new()
 168 		new_ts->arr_sz = new_sz;  in thread_stack__new()
 170 		thread->ts = new_ts;  in thread_stack__new()
 171 		ts = new_ts;  in thread_stack__new()
 
 | 
| /Linux-v5.4/drivers/media/dvb-core/ | 
| D | dvb_net.c | 311 	u8 ts_remain, how_much, new_ts;  member523 			h->new_ts = 1;  in dvb_net_ule_new_payload()
 551 		h->new_ts = 1;  in dvb_net_ule_new_payload()
 773 		.new_ts = 1,  in dvb_net_ule()
 783 		if (h.new_ts) {  in dvb_net_ule()
 795 		if (h.new_ts) {  in dvb_net_ule()
 851 			h.new_ts = 0;  in dvb_net_ule()
 861 			h.new_ts = 1;  in dvb_net_ule()
 
 |