Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 11 of 11) sorted by relevance

/include/linux/raid/
A Dpq.h194 struct timeval tv; in raid6_jiffies() local
195 gettimeofday(&tv, NULL); in raid6_jiffies()
196 return tv.tv_sec*1000 + tv.tv_usec/1000; in raid6_jiffies()
/include/vdso/
A Dgettime.h20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz);
/include/linux/ceph/
A Ddecode.h200 const struct ceph_timespec *tv) in ceph_decode_timespec64() argument
208 ts->tv_sec = (time64_t)le32_to_cpu(tv->tv_sec); in ceph_decode_timespec64()
209 ts->tv_nsec = (long)le32_to_cpu(tv->tv_nsec); in ceph_decode_timespec64()
211 static inline void ceph_encode_timespec64(struct ceph_timespec *tv, in ceph_encode_timespec64() argument
214 tv->tv_sec = cpu_to_le32((u32)ts->tv_sec); in ceph_encode_timespec64()
215 tv->tv_nsec = cpu_to_le32((u32)ts->tv_nsec); in ceph_encode_timespec64()
/include/linux/
A Dtimekeeping.h21 extern int do_sys_settimeofday64(const struct timespec64 *tv,
44 extern void ktime_get_real_ts64(struct timespec64 *tv);
A Dcompat.h730 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
732 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
910 struct __kernel_old_timeval tv; in ns_to_old_timeval32() local
913 tv = ns_to_kernel_old_timeval(nsec); in ns_to_old_timeval32()
914 ctv.tv_sec = tv.tv_sec; in ns_to_old_timeval32()
915 ctv.tv_usec = tv.tv_usec; in ns_to_old_timeval32()
A Dpoll.h107 extern u64 select_estimate_accuracy(struct timespec64 *tv);
A Dsyscalls.h718 asmlinkage long sys_gettimeofday(struct __kernel_old_timeval __user *tv,
720 asmlinkage long sys_settimeofday(struct __kernel_old_timeval __user *tv,
/include/sound/
A Dpcm.h1286 struct timespec64 *tv) in snd_pcm_gettime() argument
1290 ktime_get_ts64(tv); in snd_pcm_gettime()
1293 ktime_get_raw_ts64(tv); in snd_pcm_gettime()
1296 ktime_get_real_ts64(tv); in snd_pcm_gettime()
/include/uapi/linux/
A Dvideodev2.h1211 static inline __u64 v4l2_timeval_to_ns(const struct timeval *tv) in v4l2_timeval_to_ns() argument
1213 return (__u64)tv->tv_sec * 1000000000ULL + tv->tv_usec * 1000; in v4l2_timeval_to_ns()
/include/drm/
A Ddrm_connector.h1052 struct drm_tv_connector_state tv; member
/include/net/
A Dsock.h3014 int sock_copy_user_timeval(struct __kernel_sock_timeval *tv,

Completed in 46 milliseconds