Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 3 of 3) sorted by relevance

/fs/
Dselect.c619 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
673 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
941 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
Dcompat.c1335 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect()
1386 struct compat_timespec __user *tsp, void __user *sig) in compat_sys_pselect6()
1404 unsigned int nfds, struct compat_timespec __user *tsp, in compat_sys_ppoll()
/fs/logfs/
Dreadwrite.c109 static __be64 timespec_to_be64(struct timespec tsp) in timespec_to_be64()