Searched refs:timespec (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dtime.h24 typedef struct timespec timespec_t;
31 static inline void nanotime(struct timespec *tvp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h14 struct timespec { struct
34 /* Parameters used to convert the timespec values: */
45 static inline int timespec_equal(const struct timespec *a,
46 const struct timespec *b)
56 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs)
78 extern void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec);
85 extern struct timespec timespec_add_safe(const struct timespec lhs,
86 const struct timespec rh
[all...]
H A Dposix-timers.h71 int (*clock_getres) (const clockid_t which_clock, struct timespec *tp);
72 int (*clock_set) (const clockid_t which_clock, struct timespec * tp);
73 int (*clock_get) (const clockid_t which_clock, struct timespec * tp);
76 struct timespec *, struct timespec __user *);
90 int do_posix_clock_nonanosleep(const clockid_t, int flags, struct timespec *,
91 struct timespec __user *);
92 int do_posix_clock_nosettime(const clockid_t, struct timespec *tp);
97 int posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *ts);
98 int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *t
[all...]
H A Dlguest.h38 struct timespec time;
H A Dsmb.h92 struct timespec f_atime;
93 struct timespec f_mtime;
94 struct timespec f_ctime;
H A Dstat.h71 struct timespec atime;
72 struct timespec mtime;
73 struct timespec ctime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h10 struct timespec wall_time;
11 struct timespec monotonic_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dtime.h39 * Linux stores time in a struct timespec consisting of a time_t (long at
48 static inline sle64 utc2ntfs(const struct timespec ts)
76 * Linux stores time in a struct timespec consisting of a time_t (long at
85 static inline struct timespec ntfs2utc(const sle64 time)
87 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsockios.h13 #define SIOCGSTAMPNS _IOR('s', 101, struct timespec) /* Get stamp (timespec) */
H A Drtc.h6 extern void (*rtc_sh_get_time)(struct timespec *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtimer_32.h16 BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvgtod.h10 /* open coded 'struct timespec' */
23 struct timespec wall_to_monotonic;
24 struct timespec wall_time_coarse;
H A Dpvclock.h13 struct timespec *ts);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dtime.c19 struct timespec ts;
26 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtime.c28 static void null_rtc_get_time(struct timespec *tv)
39 void (*rtc_sh_get_time)(struct timespec *) = null_rtc_get_time;
42 void read_persistent_clock(struct timespec *ts)
48 int update_persistent_clock(struct timespec now)
57 struct timespec tv;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c29 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts)
46 notrace static noinline int do_realtime(struct timespec *ts)
61 vset_normalized_timespec(struct timespec *ts, long sec, long nsec)
75 notrace static noinline int do_monotonic(struct timespec *ts)
89 notrace static noinline int do_realtime_coarse(struct timespec *ts)
100 notrace static noinline int do_monotonic_coarse(struct timespec *ts)
114 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts)
133 int clock_gettime(clockid_t, struct timespec *)
142 offsetof(struct timespec, tv_nsec) ||
143 sizeof(*tv) != sizeof(struct timespec));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dtime.c27 void read_persistent_clock(struct timespec *ts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dtimex.h85 void tod_to_timeval(__u64, struct timespec *);
88 void stck_to_timespec(unsigned long long stck, struct timespec *ts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c34 struct timespec submitted;
77 struct timespec now;
107 static struct timespec vmw_timespec_add(struct timespec t1,
108 struct timespec t2)
120 static struct timespec vmw_fifo_lag(struct vmw_fence_queue *queue)
122 struct timespec now;
137 struct timespec lag, cond;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Datomic.c30 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h51 struct timespec ia_atime;
52 struct timespec ia_mtime;
53 struct timespec ia_ctime;
63 struct timespec atime, mtime, ctime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudf_i.h5 struct timespec i_crtime;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsyscall.h34 fd_set __user *exp, struct timespec __user *tsp, void __user *sig);
36 struct timespec __user *tsp, const sigset_t __user *sigmask,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c32 CLOCK_MONOTONIC, (struct timespec *)tp)), ret);
36 CLOCK_REALTIME, (struct timespec *)tp)), ret);
38 RETRY_CHK((clock_gettime(CLOCK_REALTIME, (struct timespec *)tp)), ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dtime.c85 static int after_sleep_interval(struct timespec *ts)
131 static inline long long timespec_to_us(const struct timespec *ts)
137 static int after_sleep_interval(struct timespec *ts)
171 struct timespec ts;
182 ts = ((struct timespec) { .tv_sec = nsecs / UM_NSEC_PER_SEC,

Completed in 607 milliseconds

1234567891011>>