Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
1017 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument1019 if (tbuf) { in SYSCALL_DEFINE1()1023 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()1036 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument1038 if (tbuf) { in COMPAT_SYSCALL_DEFINE1()1048 if (copy_to_user(tbuf, &tmp, sizeof(tmp))) in COMPAT_SYSCALL_DEFINE1()