Home
last modified time | relevance | path

Searched refs:new_tp (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/time/
A Dposix-stubs.c29 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
33 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
36 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
132 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
136 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()
139 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
A Dposix-timers.c1132 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
1137 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1144 return kc->clock_set(which_clock, &new_tp); in SYSCALL_DEFINE2()
/linux/fs/xfs/
A Dxfs_trans.h285 struct xfs_trans *new_tp) in xfs_trans_switch_context() argument
287 new_tp->t_pflags = old_tp->t_pflags; in xfs_trans_switch_context()
/linux/tools/testing/selftests/net/tcp_ao/lib/
A Dftrace-tcp.c63 struct expected_trace_point new_tp = { in __trace_event_expect() local
103 exp_tps[exp_tps_nr] = new_tp; in __trace_event_expect()

Completed in 11 milliseconds