| /f-stack/freebsd/kern/ |
| H A D | kern_ffclock.c | 256 ffclock_nanotime(struct timespec *tsp) in ffclock_nanotime() 282 ffclock_getnanotime(struct timespec *tsp) in ffclock_getnanotime() 309 ffclock_nanouptime(struct timespec *tsp) in ffclock_nanouptime() 335 ffclock_getnanouptime(struct timespec *tsp) in ffclock_getnanouptime() 362 ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp) in ffclock_nanodifftime()
|
| H A D | kern_tc.c | 275 fbclock_nanouptime(struct timespec *tsp) in fbclock_nanouptime() 300 fbclock_nanotime(struct timespec *tsp) in fbclock_nanotime() 372 nanouptime(struct timespec *tsp) in nanouptime() 397 nanotime(struct timespec *tsp) in nanotime() 422 getnanouptime(struct timespec *tsp) in getnanouptime() 447 getnanotime(struct timespec *tsp) in getnanotime() 904 nanouptime(struct timespec *tsp) in nanouptime() 925 nanotime(struct timespec *tsp) in nanotime() 946 getnanouptime(struct timespec *tsp) in getnanouptime() 967 getnanotime(struct timespec *tsp) in getnanotime() [all …]
|
| H A D | subr_fattime.c | 139 timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp, in timespec2fattime() 221 struct timespec *tsp) in fattime2timespec()
|
| H A D | kern_thr.c | 495 struct timespec ts, *tsp; in sys_thr_suspend() local 510 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend()
|
| H A D | kern_umtx.c | 735 tstohz(const struct timespec *tsp) in tstohz() 3401 umtx_copyin_timeout(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeout() 3445 umtx_copyout_timeout(void *uaddr, size_t sz, struct timespec *tsp) in umtx_copyout_timeout() 4231 umtx_copyin_timeouti386(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeouti386() 4274 umtx_copyout_timeouti386(void *uaddr, size_t sz, struct timespec *tsp) in umtx_copyout_timeouti386() 4295 umtx_copyin_timeoutx32(const void *uaddr, struct timespec *tsp) in umtx_copyin_timeoutx32() 4338 umtx_copyout_timeoutx32(void *uaddr, size_t sz, struct timespec *tsp) in umtx_copyout_timeoutx32()
|
| H A D | vfs_cache.c | 422 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts() 1692 struct timespec *tsp, int *ticksp) in cache_lookup_dot() 1726 struct timespec *tsp, int *ticksp) in cache_lookup_dotdot() 1850 struct timespec *tsp, int *ticksp) in cache_lookup_fallback() 1928 struct timespec *tsp, int *ticksp) in cache_lookup() 2282 struct timespec *tsp, struct timespec *dtsp) in cache_enter_time()
|
| H A D | vfs_aio.c | 2008 struct timespec ts, *tsp; in sys_aio_suspend() local 2570 struct timespec ts, *tsp; in sys_aio_waitcomplete() local 2925 struct timespec ts, *tsp; in freebsd32_aio_suspend() local 3031 struct timespec ts, *tsp; in freebsd32_aio_waitcomplete() local
|
| H A D | kern_ntptime.c | 774 hardpps(struct timespec *tsp, long nsec) in hardpps()
|
| H A D | sys_generic.c | 1407 struct timespec ts, *tsp; in sys_poll() local 1423 struct timespec *tsp, sigset_t *uset) in kern_poll() 1527 struct timespec ts, *tsp; in sys_ppoll() local
|
| H A D | sys_pipe.c | 433 pipe_timestamp(struct timespec *tsp) in pipe_timestamp()
|
| H A D | kern_event.c | 1043 struct timespec ts, *tsp; in kern_kevent_generic() local 1790 const struct timespec *tsp, struct kevent *keva, struct thread *td) in kqueue_scan()
|
| H A D | uipc_socket.c | 1239 struct socket *sp, *tsp; local
|
| H A D | vfs_syscalls.c | 3047 struct timespec *tsp) in getutimes() 3081 struct timespec *tsp, int *retflags) in getutimens()
|
| H A D | vfs_subr.c | 1006 vfs_timestamp(struct timespec *tsp) in vfs_timestamp()
|
| /f-stack/freebsd/sys/ |
| H A D | timeffc.h | 271 nanotime_fromclock(struct timespec *tsp, int whichclock) in nanotime_fromclock() 301 getnanotime_fromclock(struct timespec *tsp, int whichclock) in getnanotime_fromclock() 331 nanouptime_fromclock(struct timespec *tsp, int whichclock) in nanouptime_fromclock() 361 getnanouptime_fromclock(struct timespec *tsp, int whichclock) in getnanouptime_fromclock()
|
| H A D | time.h | 377 #define timespecadd(tsp, usp, vsp) \ argument 386 #define timespecsub(tsp, usp, vsp) \ argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_evport.c | 245 struct timespec timeout, *tsp; in aeApiPoll() local
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_smb.c | 78 tstohz(const struct timespec *tsp) in tstohz()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 526 sessp tsp; in pppoe_getnewsession() local
|
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.c | 2371 struct swdevt *sp, *tsp; in swaponsomething() local
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_proto.h | 308 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member 314 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_proto.h | 1062 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member 1068 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_proto.h | 990 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member 996 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_proto.h | 1062 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member 1068 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_proto.h | 1059 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member 1065 …char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_times… member
|