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

1234567891011>>

/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/ipsec-tools/src/racoon/
H A Dthrottle.h40 struct timeval penalty_ends;
H A Dschedule.h72 struct timeval xtime; /* expiration time */
73 struct timeval tick; /* relative timeout */
87 time_t sched_monotonic_to_time_t __P((struct timeval *tv,
88 struct timeval *now));
89 void sched_get_monotonic_time __P((struct timeval *tv));
91 struct timeval *schedular __P((void));
H A Dmisc.h50 struct timeval;
51 extern double timedelta __P((struct timeval *, struct timeval *));
H A Dthrottle.c62 struct timeval now, penalty;
89 struct timeval now, res;
132 struct timeval remaining, penalty;
H A Dschedule.c65 struct timeval *tv;
80 struct timeval *tv, *now;
83 struct timeval mynow, res;
103 struct timeval *
106 static struct timeval timeout;
107 struct timeval now;
141 struct timeval now;
187 struct timeval now, created;
282 struct timeval *timeout;
/external/iproute2/misc/
H A Dlnstat.h28 struct timeval last_read; /* last time of read */
29 struct timeval interval; /* interval */
/external/kernel-headers/original/linux/
H A Dresource.h24 struct timeval ru_utime; /* user time used */
25 struct timeval ru_stime; /* system time used */
H A Dtime.h18 struct timeval { struct
58 static inline int timeval_compare(struct timeval *lhs, struct timeval *rhs)
107 extern void do_gettimeofday(struct timeval *tv);
111 extern long do_utimes(int dfd, char __user *filename, struct timeval *times);
135 * timeval_to_ns - Convert timeval to nanoseconds
136 * @ts: pointer to the timeval variable to be converted
138 * Returns the scalar nanosecond representation of the timeval
141 static inline s64 timeval_to_ns(const struct timeval *tv)
156 * ns_to_timeval - Convert nanoseconds to timeval
[all...]
H A Dppdev.h76 /* Set and get port timeout (struct timeval's) */
77 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
78 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
/external/e2fsprogs/e2fsck/
H A Dscantest.c47 struct timeval time_start;
48 struct timeval user_start;
49 struct timeval system_start;
66 static __inline__ float timeval_subtract(struct timeval *tv1,
67 struct timeval *tv2)
76 struct timeval time_end;
/external/qemu/distrib/sdl-1.2.12/src/audio/nas/
H A DSDL_nasaudio.h58 struct timeval last_tv;
/external/qemu/
H A Dqemu-os-posix.h39 typedef struct timeval qemu_timeval;
/external/chromium/third_party/libevent/
H A Devent-internal.h43 int (*dispatch)(struct event_base *, void *, struct timeval *);
66 struct timeval event_tv;
70 struct timeval tv_cache;
/external/netperf/
H A Dhist.h98 void HIST_timestamp(struct timeval *timestamp);
112 int delta_micro(struct timeval *begin, struct timeval *end);
/external/strace/
H A Ddefs.h279 struct timeval stime; /* System time usage as of last process wait */
280 struct timeval dtime; /* Delta for system time usage */
281 struct timeval etime; /* Syscall entry time */
482 extern void tv_tv P((struct timeval *, int, int));
483 extern int tv_nz P((struct timeval *));
484 extern int tv_cmp P((struct timeval *, struct timeval *));
485 extern double tv_float P((struct timeval *));
486 extern void tv_add P((struct timeval *, struct timeval *, struc
[all...]
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c56 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv)
58 struct timeval tv;
124 struct timeval tv;
/external/dhcpcd/
H A Deloop.h45 void add_q_timeout_tv(int queue, const struct timeval *, void (*)(void *),
/external/elfutils/libebl/
H A Di386_corenote.c44 struct timeval pr_utime; /* User time. */
45 struct timeval pr_stime; /* System time. */
46 struct timeval pr_cutime; /* Cumulative user time. */
47 struct timeval pr_cstime; /* Cumulative system time. */
/external/tcpdump/
H A Dtimed.h52 struct timeval tspu_time;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPerformanceMonitor.h41 struct timeval start_time;
/external/openssl/ssl/
H A Dd1_lib.c69 static void get_current_time(struct timeval *t);
246 if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL)
301 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft)
303 struct timeval timenow;
319 memset(timeleft, 0, sizeof(struct timeval));
324 memcpy(timeleft, &(s->d1->next_timeout), sizeof(struct timeval));
339 memset(timeleft, 0, sizeof(struct timeval));
348 struct timeval timeleft;
377 memset(&(s->d1->next_timeout), 0, sizeof(struct timeval));
[all...]
/external/chromium/third_party/libevent/sample/
H A Dtime-test.c35 struct timeval tv;
52 struct timeval tv;
/external/chromium/third_party/libevent/test/
H A Dtest-time.c48 struct timeval tv;
69 struct timeval tv;

Completed in 3378 milliseconds

1234567891011>>