Home
last modified time | relevance | path

Searched refs:compat_timespec (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/include/linux/
Dcompat.h81 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 …]
Dthread_info.h14 struct compat_timespec;
36 struct compat_timespec __user *compat_rmtp;
/linux-4.4.14/kernel/
Dcompat.c143 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 …]
Dfutex_compat.c175 struct compat_timespec __user *, utime, u32 __user *, uaddr2, in COMPAT_SYSCALL_DEFINE6()
/linux-4.4.14/sound/core/
Dpcm_compat.c196 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;
Dtimer_compat.c61 struct compat_timespec tstamp;
Drawmidi_compat.c58 struct compat_timespec tstamp;
/linux-4.4.14/ipc/
Dcompat_mq.c70 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()
Dcompat.c751 const struct compat_timespec __user *, timeout) in COMPAT_SYSCALL_DEFINE4()
/linux-4.4.14/include/net/
Dcompat.h53 struct compat_timespec __user *);
/linux-4.4.14/fs/
Dcompat.c90 …(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/
Dcompat.c207 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/
Dcompat.h47 struct compat_timespec { struct
/linux-4.4.14/arch/sparc/include/asm/
Dcompat.h41 struct compat_timespec { struct
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h68 struct compat_timespec { struct
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h46 struct compat_timespec { struct
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h48 struct compat_timespec { struct
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h62 struct compat_timespec { struct
/linux-4.4.14/arch/parisc/include/asm/
Dcompat.h42 struct compat_timespec { struct
/linux-4.4.14/arch/s390/include/asm/
Dcompat.h97 struct compat_timespec { struct
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c410 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/
Dv4l2-compat-ioctl32.c764 struct compat_timespec timestamp;