Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dposix-stubs.c63 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
70 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
175 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
179 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()
182 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
A Dposix-timers.c1071 struct timespec64 new_tp; in SYSCALL_DEFINE2() local
1076 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1079 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
288 new_tp->t_pflags = old_tp->t_pflags; in xfs_trans_switch_context()
290 current->journal_info = new_tp; in xfs_trans_switch_context()

Completed in 8 milliseconds