Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 25 of 73) sorted by relevance

123

/external/kernel-headers/original/linux/
Dtime.h12 struct timespec { struct
39 static inline int timespec_equal(struct timespec *a, struct timespec *b) in timespec_equal()
49 static inline int timespec_compare(struct timespec *lhs, struct timespec *rhs) in timespec_compare()
71 extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
76 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub()
77 struct timespec rhs) in timespec_sub()
79 struct timespec ts_delta; in timespec_sub()
91 extern struct timespec xtime;
92 extern struct timespec wall_to_monotonic;
102 struct timespec current_kernel_time(void);
[all …]
Dandroid_alarm.h42 #define ANDROID_ALARM_SET(type) _IOW('a', 2 | ((type) << 4), struct timespec) // set al…
43 #define ANDROID_ALARM_SET_AND_WAIT(type) _IOW('a', 3 | ((type) << 4), struct timespec)
44 #define ANDROID_ALARM_GET_TIME(type) _IOW('a', 4 | ((type) << 4), struct timespec)
45 #define ANDROID_ALARM_SET_RTC _IOW('a', 5, struct timespec)
Dktime.h100 static inline ktime_t timespec_to_ktime(struct timespec ts) in timespec_to_ktime()
202 static inline ktime_t timespec_to_ktime(const struct timespec ts) in timespec_to_ktime()
226 static inline struct timespec ktime_to_timespec(const ktime_t kt) in ktime_to_timespec()
228 return (struct timespec) { .tv_sec = (time_t) kt.tv.sec, in ktime_to_timespec()
268 extern void ktime_get_ts(struct timespec *ts);
Dsmb.h88 struct timespec f_atime;
89 struct timespec f_mtime;
90 struct timespec f_ctime;
Dstat.h68 struct timespec atime;
69 struct timespec mtime;
70 struct timespec ctime;
Dcoda.h89 struct timespec { struct
116 struct timespec { struct
249 struct timespec va_atime; /* time of last access */
250 struct timespec va_mtime; /* time of last modification */
251 struct timespec va_ctime; /* time file changed */
Dnfs_xdr.h33 struct timespec pre_mtime; /* pre_op_attr.mtime */
34 struct timespec pre_ctime; /* pre_op_attr.ctime */
53 struct timespec atime;
54 struct timespec mtime;
55 struct timespec ctime;
404 struct timespec guardtime;
Dcompat.h80 extern int get_compat_timespec(struct timespec *, const struct compat_timespec __user *);
81 extern int put_compat_timespec(const struct timespec *, struct compat_timespec __user *);
Djiffies.h312 timespec_to_jiffies(const struct timespec *value) in timespec_to_jiffies()
328 jiffies_to_timespec(const unsigned long jiffies, struct timespec *value) in jiffies_to_timespec()
Dfs.h299 struct timespec ia_atime;
300 struct timespec ia_mtime;
301 struct timespec ia_ctime;
510 struct timespec i_atime;
511 struct timespec i_mtime;
512 struct timespec i_ctime;
821 extern void lease_get_mtime(struct inode *, struct timespec *time);
912 extern struct timespec current_fs_time(struct super_block *sb);
/external/kernel-headers/original/linux/nfsd/
Dnfsfh.h149 struct timespec fh_pre_mtime; /* mtime before oper */
150 struct timespec fh_pre_ctime; /* ctime before oper */
161 struct timespec fh_post_atime; /* i_atime */
162 struct timespec fh_post_mtime; /* i_mtime */
163 struct timespec fh_post_ctime; /* i_ctime */
/external/stlport/stlport/stl/
D_threads.c68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts; in _S_nsec_sleep()
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
DSDL_systimer.c55 static struct timespec start;
75 struct timespec now; in SDL_GetTicks()
99 struct timespec elapsed, tv; in SDL_Delay()
/external/qemu/
Dqemu-thread.c51 static void timespec_add_ms(struct timespec *ts, uint64_t msecs) in timespec_add_ms()
64 struct timespec ts; in qemu_mutex_timedlock()
122 struct timespec ts; in qemu_cond_timedwait()
/external/chromium/base/
Dtime_posix.cc156 struct timespec ts; in Now()
180 struct timespec TimeDelta::ToTimeSpec() const { in ToTimeSpec()
187 struct timespec result = in ToTimeSpec()
Dcondition_variable_posix.cc41 struct timespec abstime; in TimedWait()
Dplatform_thread_posix.cc51 struct timespec sleep_time, remaining; in Sleep()
/external/skia/src/ports/
DSkOSEvent_android.cpp58 static timespec gTimeSpec;
68 timespec spec = gTimeSpec; in timer_event_thread_proc()
/external/chromium/third_party/libevent/
Dkqueue.c224 struct timespec ts, *ts_p = NULL; in kq_dispatch()
312 struct timespec timeout = { 0, 0 }; in kq_add()
385 struct timespec timeout = { 0, 0 }; in kq_del()
Devport.c305 struct timespec ts; in evport_dispatch()
306 struct timespec *ts_p = NULL; in evport_dispatch()
/external/bluetooth/bluez/tools/
Dhciattach.c198 struct timespec tm = {0, 50000}; in ericsson()
253 struct timespec tm = {0, 50000}; in digi()
491 struct timespec tm = {0, 10000000}; /* 10ms - be generous */ in csr()
661 struct timespec tm = { 0, 500000 }; in swave()
766 struct timespec tm = {0, 50000}; in st()
/external/bluetooth/bluez/src/
Dppoll.h8 const struct timespec *timeout, const sigset_t *sigmask) in compat_ppoll()
/external/srec/portable/src/
Dptimestamp.c42 struct timespec now; in PTimeStampSet()
/external/bluetooth/glib/glib/
Dgtimer.c167 struct timespec request, remaining; in g_usleep()
175 struct timespec request, remaining; in g_usleep()
/external/bluetooth/glib/gthread/
Dgthread-posix.c223 struct timespec end_time; in g_cond_timed_wait_posix_impl()
433 struct timespec tv; in gettime()

123