Home
last modified time | relevance | path

Searched defs:tvp (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/sys/
H A Dtime.h370 #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 Dtimeffc.h281 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 Dkern_ffclock.c265 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 Dkern_tc.c284 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 Dvfs_cache.c2742 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 Dsys_generic.c945 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 Dkern_time.c675 struct timeval atv, *tvp; in sys_settimeofday() local
H A Dvfs_syscalls.c3050 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 Dae_select.c77 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
H A Dae_epoll.c108 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
H A Dae_kqueue.c104 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
H A Dae_ff_kqueue.c106 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
H A Dae_evport.c243 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll()
H A Dae.c381 struct timeval tv, *tvp; in aeProcessEvents() local
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c629 struct timeval atv, *tvp; in linux_settimeofday() local
/f-stack/tools/ndp/
H A Dndp.c1478 ts_print(const struct timeval *tvp) in ts_print()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c2918 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 Dtcp_hpts.c218 #define timersub(tvp, uvp, vvp) \ argument
H A Dip_mroute.c1737 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) argument
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c7403 #define timersub(tvp, uvp, vvp) \ in rack_do_decay() argument