| /f-stack/freebsd/sys/ |
| H A D | time.h | 332 static __inline struct timeval 335 struct timeval _tv; in sbttotv() 343 tvtosbt(struct timeval _tv) in tvtosbt() 541 void microuptime(struct timeval *tvp); 554 void microtime(struct timeval *tvp); 578 int itimerfix(struct timeval *tv); 580 int ratecheck(struct timeval *, const struct timeval *); 581 void timevaladd(struct timeval *t1, const struct timeval *t2); 582 void timevalsub(struct timeval *t1, const struct timeval *t2); 583 int tvtohz(struct timeval *tv); [all …]
|
| H A D | timeffc.h | 210 void ffclock_microtime(struct timeval *tvp); 214 void ffclock_getmicrotime(struct timeval *tvp); 218 void ffclock_microuptime(struct timeval *tvp); 222 void ffclock_getmicrouptime(struct timeval *tvp); 240 void fbclock_microtime(struct timeval *tvp); 244 void fbclock_getmicrotime(struct timeval *tvp); 248 void fbclock_microuptime(struct timeval *tvp); 252 void fbclock_getmicrouptime(struct timeval *tvp); 281 microtime_fromclock(struct timeval *tvp, int whichclock) in microtime_fromclock() 311 getmicrotime_fromclock(struct timeval *tvp, int whichclock) in getmicrotime_fromclock() [all …]
|
| H A D | resourcevar.h | 70 struct timeval p_start; /* (b) Starting time. */ 118 void calccru(struct proc *p, struct timeval *up, struct timeval *sp); 119 void calcru(struct proc *p, struct timeval *up, struct timeval *sp); 161 void rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up, 162 struct timeval *sp);
|
| H A D | resource.h | 74 struct timeval ru_utime; /* user time used */ 75 struct timeval ru_stime; /* system time used */
|
| H A D | vdso.h | 77 struct timeval; 81 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| H A D | syscallsubr.h | 89 int kern_adjtime(struct thread *td, struct timeval *delta, 90 struct timeval *olddelta); 149 int kern_futimes(struct thread *td, int fd, struct timeval *tptr, 191 struct timeval *tptr, enum uio_seg tptrseg); 241 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits); 271 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits); 281 int kern_settimeofday(struct thread *td, struct timeval *tv, 330 enum uio_seg pathseg, struct timeval *tptr, enum uio_seg tptrseg);
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.h | 45 int redisContextSetTimeout(redisContext *c, const struct timeval tv); 46 int redisContextConnectTcp(redisContext *c, const char *addr, int port, const struct timeval *timeo… 48 const struct timeval *timeout, 50 int redisContextConnectUnix(redisContext *c, const char *path, const struct timeval *timeout);
|
| H A D | net.c | 183 const struct timeval *timeout = c->timeout; in redisContextTimeoutMsec() 253 int redisContextSetTimeout(redisContext *c, const struct timeval tv) { in redisContextSetTimeout() 266 const struct timeval *timeout, in _redisContextConnectTcp() 297 c->timeout = malloc(sizeof(struct timeval)); in _redisContextConnectTcp() 299 memcpy(c->timeout, timeout, sizeof(struct timeval)); in _redisContextConnectTcp() 419 const struct timeval *timeout) { in redisContextConnectTcp() 424 const struct timeval *timeout, in redisContextConnectBindTcp() 429 int redisContextConnectUnix(redisContext *c, const char *path, const struct timeval *timeout) { in redisContextConnectUnix() 446 c->timeout = malloc(sizeof(struct timeval)); in redisContextConnectUnix() 448 memcpy(c->timeout, timeout, sizeof(struct timeval)); in redisContextConnectUnix()
|
| H A D | hiredis.h | 149 struct timeval *timeout; 164 redisContext *redisConnectWithTimeout(const char *ip, int port, const struct timeval tv); 171 redisContext *redisConnectUnixWithTimeout(const char *path, const struct timeval tv); 186 int redisSetTimeout(redisContext *c, const struct timeval tv);
|
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 68 struct timeval p_start; /* (b) Starting time. */ 121 void calccru(struct proc *p, struct timeval *up, struct timeval *sp); 122 void calcru(struct proc *p, struct timeval *up, struct timeval *sp); 149 void rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up, 150 struct timeval *sp);
|
| H A D | resource.h | 71 struct timeval ru_utime; /* user time used */ 72 struct timeval ru_stime; /* system time used */
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_source.h | 60 struct timeval startTime; 61 struct timeval endTime; 62 struct timeval elapsedTime; 63 struct timeval lastTime;
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_source.h | 60 struct timeval startTime; 61 struct timeval endTime; 62 struct timeval elapsedTime; 63 struct timeval lastTime;
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.h | 221 tcp_tv_to_hptstick(struct timeval *sv) in tcp_tv_to_hptstick() 227 tcp_gethptstick(struct timeval *sv) in tcp_gethptstick() 229 struct timeval tv; in tcp_gethptstick() 238 tcp_tv_to_usectick(struct timeval *sv) in tcp_tv_to_usectick() 244 tcp_tv_to_mssectick(struct timeval *sv) in tcp_tv_to_mssectick() 256 tcp_get_usecs(struct timeval *tv) in tcp_get_usecs() 258 struct timeval tvd; in tcp_get_usecs()
|
| H A D | sctp_structs.h | 221 struct timeval tls; /* The time we started the sending */ 277 struct timeval last_sent_time; 327 struct timeval start_time; /* time when this net was created */ 397 struct timeval timetodrop; /* time we drop it from queue */ 512 struct timeval ts; 788 struct timeval time_entered; /* time we entered state */ 789 struct timeval time_last_rcvd; 790 struct timeval time_last_sent; 791 struct timeval time_last_sat_advance; 1233 struct timeval start_time; [all …]
|
| H A D | tcp_lro.h | 78 struct timeval mtime; 127 void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *);
|
| H A D | ip_mroute.h | 183 struct timeval b_time; 283 struct timeval mfc_last_assert; /* last time I sent an assert*/ 346 struct timeval bm_start_time; /* abs. time */
|
| H A D | tcp_log_buf.h | 114 struct timeval tlb_tv; /* Timestamp of trace */ 270 struct timeval tlh_offset; /* Uptime -> UTC offset */ 358 const char *output_caller, const char *func, int line, const struct timeval *tv); 378 const struct timeval *tv) in tcp_log_event_()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_rmclass.h | 178 struct timeval undertime_; /* time can next send */ 179 struct timeval last_; /* time last packet sent */ 180 struct timeval overtime_; 223 struct timeval now_[RM_MAXQUEUED]; /* Current packet time. */ 228 struct timeval ifnow_; /* expected xmit completion time */
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 320 timeval_normalize(struct timeval *tv, time_t sec, suseconds_t usec) in timeval_normalize() 337 timeval_sub(struct timeval *delta, struct timeval *tv1, struct timeval *tv2) in timeval_sub() 345 timeval_sub_seconds(struct timeval *tv1, struct timeval *tv2) in timeval_sub_seconds() 347 struct timeval delta; in timeval_sub_seconds() 358 struct timeval start, stop; in create_files() 449 struct timeval start, stop; in setxattrs() 526 struct timeval start, stop; in getxattrs() 625 struct timeval start, stop; in unlink_files()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 403 struct timeval atv; in kern_clock_settime() 641 struct timeval *tp; 649 struct timeval atv; in sys_gettimeofday() 667 struct timeval *tv; 757 struct timeval ctv; in kern_getitimer() 821 struct timeval ctv; in kern_setitimer() 900 struct timeval ctv; in realitexpire() 991 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() 1000 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub() 1525 struct timeval tv; in realtimer_settime() [all …]
|
| H A D | kern_ffclock.c | 265 ffclock_microtime(struct timeval *tvp) in ffclock_microtime() 292 ffclock_getmicrotime(struct timeval *tvp) in ffclock_getmicrotime() 318 ffclock_microuptime(struct timeval *tvp) in ffclock_microuptime() 345 ffclock_getmicrouptime(struct timeval *tvp) in ffclock_getmicrouptime() 371 ffclock_microdifftime(ffcounter ffdelta, struct timeval *tvp) in ffclock_microdifftime()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 201 static void timevalfix(struct timeval *); 396 itimerfix(struct timeval *tv) in itimerfix() 454 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() 462 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub() 470 timevalfix(struct timeval *t1) in timevalfix() 486 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) in ratecheck() 488 struct timeval tv, delta; in ratecheck() 523 ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps) in ppsratecheck() 548 struct timeval *tv; in tvtohz()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | time.h | 85 struct timeval tv; in gethrestime() 94 struct timeval tv; in gethrestime_sec()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_mroute.h | 183 struct timeval b_time; 283 struct timeval mfc_last_assert; /* last time I sent an assert*/ 346 struct timeval bm_start_time; /* abs. time */
|