/linux-4.4.14/include/linux/ |
D | compat.h | 81 struct compat_timespec it_interval; 82 struct compat_timespec it_value; 328 unsigned nsems, const struct compat_timespec __user *timeout); 405 static inline int compat_timespec_compare(struct compat_timespec *lhs, in compat_timespec_compare() 406 struct compat_timespec *rhs) in compat_timespec_compare() 459 struct compat_timespec __user *t, 511 struct compat_timespec __user *timeout); 543 struct compat_timespec __user *tsp, 547 struct compat_timespec __user *tsp, 580 struct compat_timespec __user *timeout); [all …]
|
D | thread_info.h | 14 struct compat_timespec; 36 struct compat_timespec __user *compat_rmtp;
|
/linux-4.4.14/kernel/ |
D | compat.c | 143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec() 150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) in __compat_put_timespec() 218 struct compat_timespec __user *rmtp; in compat_nanosleep_restart() 239 COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE2() 240 struct compat_timespec __user *, rmtp) in COMPAT_SYSCALL_DEFINE2() 741 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() 758 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() 798 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() 819 struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp; in compat_clock_nanosleep_restart() 839 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() [all …]
|
D | futex_compat.c | 175 struct compat_timespec __user *, utime, u32 __user *, uaddr2, in COMPAT_SYSCALL_DEFINE6()
|
/linux-4.4.14/sound/core/ |
D | pcm_compat.c | 196 struct compat_timespec trigger_tstamp; 197 struct compat_timespec tstamp; 206 struct compat_timespec audio_tstamp; 207 struct compat_timespec driver_tstamp; 209 unsigned char reserved[52-2*sizeof(struct compat_timespec)]; 465 struct compat_timespec tstamp; 467 struct compat_timespec audio_tstamp;
|
D | timer_compat.c | 61 struct compat_timespec tstamp;
|
D | rawmidi_compat.c | 58 struct compat_timespec tstamp;
|
/linux-4.4.14/ipc/ |
D | compat_mq.c | 70 const struct compat_timespec __user *, u_abs_timeout) in COMPAT_SYSCALL_DEFINE5() 84 const struct compat_timespec __user *, u_abs_timeout) in COMPAT_SYSCALL_DEFINE5()
|
D | compat.c | 751 const struct compat_timespec __user *, timeout) in COMPAT_SYSCALL_DEFINE4()
|
/linux-4.4.14/include/net/ |
D | compat.h | 53 struct compat_timespec __user *);
|
/linux-4.4.14/fs/ |
D | compat.c | 90 …(utimensat, unsigned int, dfd, const char __user *, filename, struct compat_timespec __user *, t, … in COMPAT_SYSCALL_DEFINE4() 527 struct compat_timespec __user *, timeout) in COMPAT_SYSCALL_DEFINE5() 1135 struct compat_timespec rts; in poll_select_copy_remaining() 1350 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() 1355 struct compat_timespec ts; in do_compat_pselect() 1401 struct compat_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() 1419 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() 1424 struct compat_timespec ts; in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/net/ |
D | compat.c | 207 struct compat_timespec cts[3]; in put_cmsg_compat() 460 struct compat_timespec __user *ctv; in compat_sock_get_timestampns() 467 ctv = (struct compat_timespec __user *) userstamp; in compat_sock_get_timestampns() 748 struct compat_timespec __user *, timeout) in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 47 struct compat_timespec { struct
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | compat.h | 41 struct compat_timespec { struct
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | compat.h | 68 struct compat_timespec { struct
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 46 struct compat_timespec { struct
|
/linux-4.4.14/arch/mips/include/asm/ |
D | compat.h | 48 struct compat_timespec { struct
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 62 struct compat_timespec { struct
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 42 struct compat_timespec { struct
|
/linux-4.4.14/arch/s390/include/asm/ |
D | compat.h | 97 struct compat_timespec { struct
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | asm-offsets.c | 410 DEFINE(TSPC32_TV_SEC, offsetof(struct compat_timespec, tv_sec)); in main() 411 DEFINE(TSPC32_TV_NSEC, offsetof(struct compat_timespec, tv_nsec)); in main()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 764 struct compat_timespec timestamp;
|