Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
1018 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument1020 if (tbuf) { in SYSCALL_DEFINE1()1024 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()1037 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument1039 if (tbuf) { in COMPAT_SYSCALL_DEFINE1()1049 if (copy_to_user(tbuf, &tmp, sizeof(tmp))) in COMPAT_SYSCALL_DEFINE1()