Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
1011 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument1013 if (tbuf) { in SYSCALL_DEFINE1()1017 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()1030 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument1032 if (tbuf) { in COMPAT_SYSCALL_DEFINE1()1042 if (copy_to_user(tbuf, &tmp, sizeof(tmp))) in COMPAT_SYSCALL_DEFINE1()