Searched refs:timeval (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/external/fio/
H A Dfio_time.h5 extern uint64_t utime_since(const struct timeval *,const struct timeval *);
6 extern uint64_t utime_since_now(const struct timeval *);
7 extern uint64_t mtime_since(const struct timeval *, const struct timeval *);
8 extern uint64_t mtime_since_now(const struct timeval *);
9 extern uint64_t time_since_now(const struct timeval *);
15 extern void fill_start_time(struct timeval *);
H A Dgettime.h16 extern void fio_gettime(struct timeval *, void *);
23 extern struct timeval *fio_tv;
25 static inline int fio_gettime_offload(struct timeval *tv)
H A Dtime.c6 static struct timeval genesis;
14 struct timeval start;
27 struct timeval tv;
85 struct timeval tv;
111 struct timeval tv;
132 void fill_start_time(struct timeval *t)
H A Didletime.h28 struct timeval tps;
29 struct timeval tpe;
H A Dgettime-thread.c9 struct timeval *fio_tv = NULL;
21 fio_tv = smalloc(sizeof(struct timeval));
29 struct timeval __tv;
/external/fio/os/windows/posix/include/sys/
H A Dresource.h9 struct timeval ru_utime;
10 struct timeval ru_stime;
/external/ltrace/
H A Dsummary.h27 struct timeval tm;
30 struct timedelta calc_time_spent(struct timeval start);
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.h67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
/external/fio/t/
H A Ddebug.c4 struct timeval *fio_tv = NULL;
/external/libpcap/lbl/
H A Dos-ultrix4.h31 struct timeval;
34 int gettimeofday(struct timeval *, struct timezone *);
/external/tcpdump/lbl/
H A Dos-ultrix4.h31 struct timeval;
34 int gettimeofday(struct timeval *, struct timezone *);
/external/kernel-headers/original/uapi/linux/
H A Dtime.h15 struct timeval { struct
40 struct timeval it_interval; /* timer interval */
41 struct timeval it_value; /* current value */
H A Datm_zatm.h12 * sys/types.h for struct timeval
39 struct timeval real; /* real (wall-clock) time */
40 struct timeval expected; /* expected real time */
H A Delfcore.h55 struct timeval pr_utime; /* User time */
56 struct timeval pr_stime; /* System time */
57 struct timeval pr_cutime; /* Cumulative user time */
58 struct timeval pr_cstime; /* Cumulative system time */
H A Dresource.h24 struct timeval ru_utime; /* user time used */
25 struct timeval ru_stime; /* system time used */
/external/jemalloc/test/include/test/
H A Dtimer.h15 struct timeval tv0;
16 struct timeval tv1;
/external/iproute2/misc/
H A Dlnstat.h28 struct timeval last_read; /* last time of read */
29 struct timeval interval; /* interval */
/external/lldb/test/expression_command/timeout/
H A Dwait-a-while.c12 struct timeval start_time;
22 struct timeval now;
/external/toybox/toys/pending/
H A Dhwclock.c60 struct timeval timeval; local
102 if (gettimeofday(&timeval, 0)
103 || (TT.utc ? gmtime_r : localtime_r)(&timeval.tv_sec, &tm)) goto bad;
113 timeval.tv_sec = time;
114 timeval.tv_usec = 0; // todo: fixit
120 if (!TT.utc) timeval.tv_sec += tzone.tz_minuteswest * 60;
130 if (settimeofday(&timeval, &tzone)) goto bad;
/external/boringssl/src/ssl/test/
H A Dpacketed_bio.h41 ScopedBIO PacketedBioCreate(timeval *out_timeout);
/external/google-breakpad/src/common/android/include/sys/
H A Dprocfs.h81 struct timeval pr_utime;
82 struct timeval pr_stime;
83 struct timeval pr_cutime;
84 struct timeval pr_cstime;
/external/e2fsprogs/e2fsck/
H A Dscantest.c44 struct timeval time_start;
45 struct timeval user_start;
46 struct timeval system_start;
63 static __inline__ float timeval_subtract(struct timeval *tv1,
64 struct timeval *tv2)
73 struct timeval time_end;
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.h73 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
82 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
/external/libvncserver/test/
H A Dtjutil.c61 struct timeval tv;
/external/ipsec-tools/src/racoon/
H A Dmisc.h50 struct timeval;
51 extern double timedelta __P((struct timeval *, struct timeval *));

Completed in 4761 milliseconds

1234567891011>>