Home
last modified time | relevance | path

Searched refs:getnanotime (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/sys/kern/
Dsys_memfd.c117 getnanotime(&mfd->mfd_btime); in sys_memfd_create()
171 getnanotime(&mfd->mfd_atime); in memfd_read()
223 getnanotime(&mfd->mfd_mtime); in memfd_write()
447 getnanotime(&mfd->mfd_mtime); in memfd_truncate_locked()
Dsys_timerfd.c165 getnanotime(&tfd->tfd_btime); in timerfd_create()
293 getnanotime(&tfd->tfd_atime); in timerfd_fop_read()
639 getnanotime(&now); in do_timerfd_settime()
661 getnanotime(&tfd->tfd_mtime); in do_timerfd_settime()
Dsys_eventfd.c101 getnanotime(&efd->efd_btime); in eventfd_create()
237 getnanotime(&efd->efd_atime); in eventfd_fop_read()
282 getnanotime(&efd->efd_mtime); in eventfd_fop_write()
Dkern_time.c867 getnanotime(&now); in itimer_callout()
993 getnanotime(&now); in itimer_gettime()
1424 getnanotime(&now); in dotimer_settime()
1433 getnanotime(&now); in dotimer_settime()
1702 getnanotime(&now); in dosetitimer()
Dsubr_time.c71 getnanotime(&now); in tshzto()
Dsys_pipe.c219 getnanotime(&nt); in pipe1()
533 getnanotime(&rpipe->pipe_atime); in pipe_read()
732 getnanotime(&wpipe->pipe_mtime); in pipe_write()
Dsys_mqueue.c557 getnanotime(&mq->mq_btime); in mq_handle_open()
643 getnanotime(&mq->mq_atime); in mq_recv1()
826 getnanotime(&mq->mq_mtime); in mq_send1()
Dkern_tc.c411 TC_STATS(getbintime); TC_STATS(getnanotime); TC_STATS(getmicrotime);
631 getnanotime(struct timespec *tsp) in getnanotime() function
Dinit_main.c711 getnanotime(&time); in main()
/netbsd/src/sys/dev/putter/
Dputter.c231 getnanotime(&pi->pi_atime); in putter_fop_read()
280 getnanotime(&pi->pi_mtime); in putter_fop_write()
548 getnanotime(&pi->pi_btime); in puttercdopen()
/netbsd/src/external/cddl/osnet/sys/sys/
Dtime.h79 #define gethrestime(ts) getnanotime(ts)
/netbsd/src/sys/dev/dmover/
Ddmover_io.c185 getnanotime(&ds->ds_btime); in dmio_state_get()
409 getnanotime(&ds->ds_atime); in dmio_read()
531 getnanotime(&ds->ds_mtime); in dmio_write()
/netbsd/src/sys/dev/
Dlockstat.c256 getnanotime(&lockstat_stime); in lockstat_start()
285 getnanotime(&ts); in lockstat_stop()
/netbsd/src/sys/fs/ptyfs/
Dptyfs_vnops.c810 getnanotime(&ts); in ptyfs_read()
840 getnanotime(&ts); in ptyfs_write()
937 getnanotime(&now); in ptyfs_itimes()
/netbsd/src/sys/sys/
Dtimevar.h182 void getnanotime(struct timespec *);
/netbsd/src/sys/net/
Dif_tap.c299 getnanotime(&sc->sc_btime); in tap_attach()
854 getnanotime(&sc->sc_atime); in tap_dev_read()
970 getnanotime(&sc->sc_mtime); in tap_dev_write()
Dbpf.c604 getnanotime(&d->bd_btime); in bpfopen()
706 getnanotime(&d->bd_atime); in bpf_read()
867 getnanotime(&d->bd_mtime); in bpf_write()
/netbsd/src/sys/nfs/
Dnfsm_subs.h557 getnanotime(&(a)->va_atime); \
569 getnanotime(&(a)->va_mtime); \
Dnfs_vnops.c1645 getnanotime(&ts); in nfs_create()
3367 getnanotime(&np->n_atim); in nfsspec_read()
3389 getnanotime(&np->n_mtim); in nfsspec_write()
3444 getnanotime(&np->n_atim); in nfsfifo_read()
3466 getnanotime(&np->n_mtim); in nfsfifo_write()
3491 getnanotime(&ts); in nfsfifo_close()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_socket.c284 getnanotime(&now); in netbsd32_recvmmsg()
349 getnanotime(&now); in netbsd32_recvmmsg()
/netbsd/src/sys/dev/wscons/
Dwsevent.c419 getnanotime(&t); in wsevent_inject()
/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_vnops.c1439 getnanotime(&tsb); in msdosfs_detimes()
1450 (getnanotime(&tsb), ts = &tsb) : ts; in msdosfs_detimes()
1457 (getnanotime(&tsb), ts = &tsb) : ts; in msdosfs_detimes()
/netbsd/src/sys/rump/librump/rumpvfs/
Drumpfs.c928 getnanotime(&now); in rump_vop_setattr()
1415 getnanotime(&ts); in rump_vop_read()
1482 getnanotime(&ts); in rump_vop_write()
/netbsd/src/sys/compat/linux/common/
Dlinux_socket.c1899 getnanotime(&now); in linux_sys_recvmmsg()
1972 getnanotime(&now); in linux_sys_recvmmsg()
/netbsd/src/sys/miscfs/procfs/
Dprocfs_vnops.c737 getnanotime(&vap->va_ctime); in procfs_getattr()
743 getnanotime(&vap->va_birthtime); in procfs_getattr()

12