Searched refs:nanotime (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h233 void nanotime(struct timespec *ts);
235 #define getnanotime(a) nanotime(a)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage_asm.s105 .long CPN(nanotime)
H A Dcommpage_mach_absolute_time.s46 /* return nanotime in %edx:%eax */
87 COMMPAGE_DESCRIPTOR(nanotime,_COMM_PAGE_NANOTIME,0,kSlow)
90 /* nanotime routine for machines slower than ~1Gz (SLOW_TSC_THRESHOLD) */
153 /* The 64-bit version. We return the 64-bit nanotime in %rax,
/macosx-10.5.8/xnu-1228.15.4/libkern/uuid/
H A Duuid.c80 nanotime(&tv);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c629 nanotime( function
H A Dkern_mman.c356 nanotime(&va.va_access_time);
1133 nanotime(&vattr.va_access_time);
H A Dkern_audit.c1511 nanotime(&ar->k_ar.ar_starttime);
1653 nanotime(&ar->k_ar.ar_endtime);
H A Dkern_sig.c909 nanotime(&now);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c1044 nanotime(&va.va_access_time);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1927 nanotime(&now);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c5835 nanotime(&vap->va_create_time);

Completed in 68 milliseconds