Home
last modified time | relevance | path

Searched refs:txc_p (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
H A Dtime.c269 SYSCALL_DEFINE1(adjtimex, struct __kernel_timex __user *, txc_p) in SYSCALL_DEFINE1() argument
278 if (copy_from_user(&txc, txc_p, sizeof(struct __kernel_timex))) in SYSCALL_DEFINE1()
281 return copy_to_user(txc_p, &txc, sizeof(struct __kernel_timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()
/linux/include/linux/
H A Dsyscalls.h702 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p);
703 asmlinkage long sys_adjtimex_time32(struct old_timex32 __user *txc_p);