| /f-stack/freebsd/sys/ |
| H A D | time.h | 370 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument 371 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument 372 #define timespeccmp(tvp, uvp, cmp) \ argument 400 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 401 #define timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 402 #define timevalcmp(tvp, uvp, cmp) \ argument 413 #define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 414 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 415 #define timercmp(tvp, uvp, cmp) \ argument 419 #define timeradd(tvp, uvp, vvp) \ argument [all …]
|
| H A D | timeffc.h | 281 microtime_fromclock(struct timeval *tvp, int whichclock) in microtime_fromclock() 311 getmicrotime_fromclock(struct timeval *tvp, int whichclock) in getmicrotime_fromclock() 341 microuptime_fromclock(struct timeval *tvp, int whichclock) in microuptime_fromclock() 371 getmicrouptime_fromclock(struct timeval *tvp, int whichclock) in getmicrouptime_fromclock()
|
| /f-stack/freebsd/kern/ |
| 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()
|
| H A D | kern_tc.c | 284 fbclock_microuptime(struct timeval *tvp) in fbclock_microuptime() 309 fbclock_microtime(struct timeval *tvp) in fbclock_microtime() 357 fbclock_getmicrotime(struct timeval *tvp) in fbclock_getmicrotime() 381 microuptime(struct timeval *tvp) in microuptime() 406 microtime(struct timeval *tvp) in microtime() 431 getmicrouptime(struct timeval *tvp) in getmicrouptime() 454 getmicrotime(struct timeval *tvp) in getmicrotime() 911 microuptime(struct timeval *tvp) in microuptime() 932 microtime(struct timeval *tvp) in microtime() 953 getmicrouptime(struct timeval *tvp) in getmicrouptime() [all …]
|
| H A D | vfs_cache.c | 2742 struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp) in cache_vop_rename() 3233 struct vnode *tvp; in vn_fullpath_any_smr() local 3718 struct vnode *tvp; member 4168 struct vnode *tvp; in cache_fplookup_final_child() local 4208 struct vnode *dvp, *tvp; in cache_fplookup_final_modifying() local 4411 struct vnode *dvp, *tvp; in cache_fplookup_final_withparent() local 4476 struct vnode *dvp, *tvp; in cache_fplookup_final() local 4575 struct vnode *dvp, *tvp; in cache_fplookup_noentry() local 4923 struct vnode *dvp, *tvp; in cache_fplookup_symlink() local 4981 struct vnode *dvp, *tvp; in cache_fplookup_next() local [all …]
|
| H A D | sys_generic.c | 945 struct timeval tv, *tvp; in sys_pselect() local 970 struct timeval *tvp, sigset_t *uset, int abi_nfdbits) in kern_pselect() 1004 struct timeval tv, *tvp; in sys_select() local 1069 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() 1681 selsocket(struct socket *so, int events, struct timeval *tvp, struct thread *td) in selsocket()
|
| H A D | kern_time.c | 675 struct timeval atv, *tvp; in sys_settimeofday() local
|
| H A D | vfs_syscalls.c | 3050 const struct timeval *tvp; in getutimes() local 3593 struct vnode *tvp, *fvp, *tdvp; in kern_renameat() local 4146 struct vnode *tvp = vp; in kern_getdirentries() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_select.c | 77 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
|
| H A D | ae_epoll.c | 108 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
|
| H A D | ae_kqueue.c | 104 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
|
| H A D | ae_ff_kqueue.c | 106 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
|
| H A D | ae_evport.c | 243 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
|
| H A D | ae.c | 381 struct timeval tv, *tvp; in aeProcessEvents() local
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_machdep.c | 629 struct timeval atv, *tvp; in linux_settimeofday() local
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 1478 ts_print(const struct timeval *tvp) in ts_print()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 2918 struct vnode *nvp, *svp, *tvp; in zfs_rename_relock() local 3140 struct vnode *tvp, struct componentname *fcnp, struct componentname *tcnp) in cache_vop_rename() 3446 vnode_t *svp, *tvp; in zfs_rename() local 4938 vnode_t *tvp = ap->a_tvp; in zfs_freebsd_rename() local
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.c | 218 #define timersub(tvp, uvp, vvp) \ argument
|
| H A D | ip_mroute.c | 1737 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) argument
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 7403 #define timersub(tvp, uvp, vvp) \ in rack_do_decay() argument
|