Searched refs:timespec (Results 26 - 50 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtime.c83 struct timespec tv;
135 struct timespec adjust;
153 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz)
189 struct timespec new_ts;
228 struct timespec current_fs_time(struct super_block *sb)
230 struct timespec now = current_kernel_time();
274 * timespec_trunc - Truncate timespec to a granularity
278 * Truncate a timespec to a granularity. gran must be smaller than a second.
285 struct timespec timespec_trunc(struct timespec
[all...]
H A Dposix-timers.c138 static int common_nsleep(const clockid_t, int flags, struct timespec *t,
139 struct timespec __user *rmtp);
171 struct timespec *tp)
181 static int common_clock_get(clockid_t which_clock, struct timespec *tp)
188 struct timespec *tp)
205 struct timespec *tsave, struct timespec __user *rmtp)
229 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp)
238 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp)
245 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *t
[all...]
H A Ddelayacct.c51 static inline void delayacct_start(struct timespec *start)
61 static void delayacct_end(struct timespec *start, struct timespec *end,
64 struct timespec ts;
106 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimekeeping.c156 struct timespec xtime __attribute__ ((aligned (16)));
157 static struct timespec wall_to_monotonic __attribute__ ((aligned (16)));
158 static struct timespec total_sleep_time;
166 struct timespec raw_time;
211 * getnstimeofday - Returns the time of day in a timespec
212 * @ts: pointer to the timespec to be set
214 * Returns the time of day in a timespec.
216 void getnstimeofday(struct timespec *ts)
262 * ktime_get_ts - get the monotonic clock in timespec format
263 * @ts: pointer to timespec variabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtime.c74 An 8 byte value of 0xffffffffffffffff will be returned as a timespec of
138 Check if it's a null timespec.
141 BOOL null_timespec(struct timespec ts)
809 void put_long_date_timespec(char *p, struct timespec ts)
819 struct timespec ts;
852 struct timespec get_create_timespec(const SMB_STRUCT_STAT *st,BOOL fake_dirs)
854 struct timespec ts;
861 Get/Set all the possible time fields from a stat struct as a timespec.
864 struct timespec get_atimespec(const SMB_STRUCT_STAT *pst)
867 struct timespec re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpoll.h131 extern int do_select(int n, fd_set_bits *fds, struct timespec *end_time);
133 struct timespec *end_time);
135 fd_set __user *exp, struct timespec *end_time);
137 extern int poll_select_set_timeout(struct timespec *to, long sec, long nsec);
H A Dclocksource.h312 update_vsyscall(struct timespec *ts, struct timespec *wtm,
317 update_vsyscall(struct timespec *ts, struct timespec *wtm,
H A Dthread_info.h12 struct timespec;
36 struct timespec __user *rmtp;
H A Dktime.h36 * On 32-bit CPUs an optimized representation of the timespec structure
112 /* convert a timespec to ktime_t format: */
113 static inline ktime_t timespec_to_ktime(struct timespec ts)
124 /* Map the ktime_t to timespec conversion to ns_to_timespec function */
136 * Helper macros/inlines to get the ktime_t math right in the timespec
219 * timespec_to_ktime - convert a timespec to ktime_t format
220 * @ts: the timespec variable to convert
222 * Returns a ktime_t variable with the converted timespec value
224 static inline ktime_t timespec_to_ktime(const struct timespec ts)
243 * ktime_to_timespec - convert a ktime_t variable to timespec forma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtime.c59 struct timespec ts;
79 struct timespec ts = { usec / 1000000, usec % 1000000 * 1000 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Duptime.c12 struct timespec uptime;
13 struct timespec idle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvdso_datapage.h87 struct timespec stamp_xtime; /* xtime as at tb_orig_stamp */
108 struct timespec stamp_xtime; /* xtime as at tb_orig_stamp */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtime.c75 void read_persistent_clock(struct timespec *ts)
81 int update_persistent_clock(struct timespec now)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclient.h168 struct timespec mtime_ts;
169 struct timespec atime_ts;
170 struct timespec ctime_ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Dhctosys.c31 struct timespec tv = {
H A Dclass.c43 static struct timespec delta;
50 struct timespec ts = current_kernel_time();
71 struct timespec time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dpselect.c47 * a timespec rather than a timeval, doesn't modify the timeout argument,
52 fd_set * restrict efds, const struct timespec * restrict timo,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-dreamcast/
H A Drtc.c29 * @ts: pointer to resulting timespec
33 static void aica_rtc_gettimeofday(struct timespec *ts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dcompat_mq.c67 static int compat_prepare_timeout(struct timespec __user * *p,
70 struct timespec ts;
86 struct timespec __user *u_ts;
100 struct timespec __user *u_ts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dglobal.h31 /* for timeval and timespec */
142 struct timespec { struct
151 typedef struct timespec snd_htimestamp_t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dnfsfh.h150 struct timespec fh_pre_mtime; /* mtime before oper */
151 struct timespec fh_pre_ctime; /* ctime before oper */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dutimes.c29 struct timespec tv[2];
51 static int utimes_common(struct path *path, struct timespec *times)
129 long do_utimes(int dfd, const char __user *filename, struct timespec *times,
175 struct timespec __user *, utimes, int, flags)
177 struct timespec tstimes[2];
196 struct timespec tstimes[2];
H A Dselect.c50 static long __estimate_accuracy(struct timespec *tv)
73 static long estimate_accuracy(struct timespec *tv)
76 struct timespec now;
264 * @to: pointer to timespec variable for the final timeout
268 * Note, we do not use a timespec for the user space value here, That
273 int poll_select_set_timeout(struct timespec *to, long sec, long nsec)
275 struct timespec ts = {.tv_sec = sec, .tv_nsec = nsec};
290 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p,
293 struct timespec rts;
399 int BCMFASTPATH_HOST do_select(int n, fd_set_bits *fds, struct timespec *end_tim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c224 struct timespec end_time;
230 struct timespec monotonic_timer;
269 struct timespec dummy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudftime.c88 struct timespec *
89 udf_disk_stamp_to_time(struct timespec *dest, struct timestamp src)
121 udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts)

Completed in 166 milliseconds

1234567891011>>