Searched refs:microtime (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-9.3-release/sys/i386/isa/
H A Dpmtimer.c88 microtime(&diff_time);
90 microtime(&suspend_time);
107 microtime(&resume_time);
/freebsd-9.3-release/tools/tools/kttcp/sys/
H A Dkttcp.c173 microtime(&t0);
183 microtime(&t1);
221 microtime(&t0);
231 microtime(&t1);
/freebsd-9.3-release/sys/dev/isci/
H A Disci_logger.c62 microtime(&tv);
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_rmclass.h56 * 'timevals'. `microtime' is used to get the best available clock
57 * resolution. If `microtime' *doesn't* return a value that's about
70 #define RM_GETTIME(now) microtime(&now)
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_rmclass.h59 * 'timevals'. `microtime' is used to get the best available clock
60 * resolution. If `microtime' *doesn't* return a value that's about
73 #define RM_GETTIME(now) microtime(&now)
H A Daltq_rio.c284 microtime(&prec->last);
362 microtime(&now);
465 microtime(&rp->rio_precstate[i].last);
H A Daltq_red.c308 microtime(&rp->red_last);
365 microtime(&now);
612 microtime(&rp->red_last);
H A Daltq_subr.c878 /* if pcc is not available or disabled, emulate 256MHz using microtime() */
953 /* emulate 256MHz using microtime() */
985 microtime(&tv_start);
989 microtime(&tv_end);
1028 microtime(&tv);
/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.h65 #define GET_TIME(t) microtime(&t)
/freebsd-9.3-release/sys/dev/drm/
H A Dvia_irq.c125 microtime(&cur_vblank);
387 microtime(&now);
H A Ddrm_irq.c473 microtime(&now);
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c765 microtime(&start_tv);
812 microtime(&stop_tv);
912 microtime(&start_tv);
972 microtime(&stop_tv);
1027 microtime(&start_tv);
1073 microtime(&stop_tv);
1419 microtime(&start);
1440 microtime(&stop);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_xenix.c124 microtime(&tv);
H A Dibcs2_misc.c755 microtime(&tv);
899 microtime(&t);
/freebsd-9.3-release/share/man/man9/
H A DMakefile172 microtime.9 \
931 MLINKS+=microtime.9 bintime.9 \
932 microtime.9 getbintime.9 \
933 microtime.9 getmicrotime.9 \
934 microtime.9 getnanotime.9 \
935 microtime.9 nanotime.9
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_drive.c276 microtime(&last_update);
H A Dgeom_vinum_create.c162 microtime(&hdr->label.date_of_birth);
/freebsd-9.3-release/sys/sys/
H A Dtime.h323 void microtime(struct timeval *tvp);
/freebsd-9.3-release/sys/netinet/
H A Dsiftr.c800 microtime(&pn->tval);
1224 microtime(&tval);
1282 microtime(&tval);
/freebsd-9.3-release/sys/dev/cy/
H A Dcy.c754 microtime(&com->tp->t_timestamp);
783 microtime(&com->tp->t_timestamp);
813 microtime(&com->tp->t_timestamp);
2059 microtime(&start);
2063 microtime(&tv);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h642 # define GETKTIME(x) microtime((struct timeval *)x)
721 # define GETKTIME(x) microtime((struct timeval *)x)
800 # define GETKTIME(x) microtime((struct timeval *)x)
945 # define GETKTIME(x) microtime((struct timeval *)x)
1036 # define GETKTIME(x) microtime((struct timeval *)x)
1075 # define GETKTIME(x) microtime((struct timeval *)x)
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c210 microtime(&tv);
886 microtime(&tv);
1077 microtime(&tv);
1532 microtime(&atv);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c526 microtime(&tv0);
549 microtime(&tv1);
654 microtime(&tv);
/freebsd-9.3-release/sys/dev/ips/
H A Dips.c388 microtime(&sc->ffdc_resettime);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dich.c759 microtime(&t1);
764 microtime(&t2);

Completed in 371 milliseconds

123