Home
last modified time | relevance | path

Searched refs:nanotime (Results 1 – 17 of 17) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtime.h215 void nanotime(struct timespec *ts);
217 #define getnanotime(a) nanotime(a)
/xnu-8019.80.24/libkern/uuid/
H A Duuid.c63 nanotime(&tv); in read_time()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit.c234 nanotime(&ar->k_ar.ar_starttime); in audit_record_ctor()
572 nanotime(&ar->k_ar.ar_endtime); in audit_commit()
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.c200 nanotime(&tv); in tcp_ccdbg_trace()
/xnu-8019.80.24/bsd/kern/
H A Dkern_ntptime.c240 nanotime(&atv); in ntp_gettime1()
H A Dkern_time.c792 nanotime( in nanotime() function
H A Dsys_pipe.c288 nanotime(&now); in pipe_touch()
1729 nanotime(&now); in fill_pipeinfo()
H A Dkern_mman.c491 nanotime(&va.va_access_time); in mmap()
H A Dkern_sig.c1058 nanotime(&now); in __old_semwait_signal_nocancel()
1142 nanotime(&now); in __semwait_signal_nocancel()
/xnu-8019.80.24/bsd/dev/i386/
H A Dsysctl.c856 SYSCTL_NODE(_machdep_tsc, OID_AUTO, nanotime,
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vnops.c7533 nanotime(&now); in nfsspec_vnop_read()
7564 nanotime(&now); in nfsspec_vnop_write()
7643 nanotime(&now); in nfsfifo_vnop_read()
7674 nanotime(&now); in nfsfifo_vnop_write()
7706 nanotime(&now); in nfsfifo_vnop_close()
H A Dnfs4_subs.c777 nanotime(&now); in nfs4_default_attrs_for_referral_trigger()
H A Dnfs_subs.c2775 nanotime(&now); in nfsm_chain_get_sattr()
H A Dnfs_serv.c602 nanotime(&current_time); in nfsrv_setattr()
/xnu-8019.80.24/osfmk/kern/
H A Dsched_prim.c7682 uint64_t nanotime = 0; in sched_update_pset_avg_execution_time()
7683 absolutetime_to_nanoseconds(execution_time, &nanotime); in sched_update_pset_avg_execution_time()
7684 uint64_t execution_time_us = nanotime / NSEC_PER_USEC; in sched_update_pset_avg_execution_time()
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c2651 nanotime(&va.va_access_time); in shared_region_map_and_slide_cleanup()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_subr.c9463 nanotime(&vap->va_create_time); in vnode_authattr_new_internal()