Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dselect.c707 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
761 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
1049 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
1311 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect()
1359 struct compat_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1377 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_demux.c83 static inline u8 payload(const u8 *tsp) in payload()