Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dtime.h31 static inline void nanotime(struct timespec *tvp) in nanotime() argument
33 *tvp = CURRENT_TIME; in nanotime()
/fs/
Dselect.c561 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument
567 if (tvp) { in SYSCALL_DEFINE5()
568 if (copy_from_user(&tv, tvp, sizeof(tv))) in SYSCALL_DEFINE5()
579 ret = poll_select_copy_remaining(&end_time, tvp, 1, ret); in SYSCALL_DEFINE5()
Dcompat.c1688 struct compat_timeval __user *tvp) in compat_sys_select() argument
1694 if (tvp) { in compat_sys_select()
1695 if (copy_from_user(&tv, tvp, sizeof(tv))) in compat_sys_select()
1706 ret = poll_select_copy_remaining(&end_time, tvp, 1, ret); in compat_sys_select()