Home
last modified time | relevance | path

Searched refs:tv1 (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/dev/pci/
Damdpm.c104 struct timeval tv1, tv2; in amdpm_attach() local
130 microtime(&tv1); in amdpm_attach()
140 timersub(&tv2, &tv1, &tv1); in amdpm_attach()
141 if (tv1.tv_sec) in amdpm_attach()
142 tv1.tv_usec += 1000000 * tv1.tv_sec; in amdpm_attach()
143 printf(": rng active, %ld Kib/sec", 8 * 1048576 / tv1.tv_usec); in amdpm_attach()
Dises.c1531 struct timeval tv1, tv2; in ises_hrng_init() local
1573 microtime(&tv1); in ises_hrng_init()
1587 timersub(&tv2, &tv1, &tv1); in ises_hrng_init()
1588 tv1.tv_usec += 1000000 * tv1.tv_sec; in ises_hrng_init()
1590 ISES_WPR * ISES_ROUNDS * 32 / 1024 * 1000000 / tv1.tv_usec); in ises_hrng_init()
/mirbsd/src/sys/arch/i386/pci/
Dpchb.c170 struct timeval tv1, tv2; local
356 microtime(&tv1);
366 timersub(&tv2, &tv1, &tv1);
367 if (tv1.tv_sec)
368 tv1.tv_usec += 1000000 * tv1.tv_sec;
370 if (tv1.tv_usec != 0)
372 8 * 1000000 / tv1.tv_usec);
/mirbsd/src/sys/compat/linux/
Dlinux_misc.c1202 struct timeval tv0, tv1, utv64, *tvp; local
1264 microtime(&tv1);
1265 timersub(&tv1, &tv0, &tv1);
1266 timersub(&utv64, &tv1, &utv64);
/mirbsd/src/bin/mksh/
Dfuncs.c2547 struct timeval usrtime, systime, tv0, tv1; in timex() local
2566 mksh_TIME(tv1); in timex()
2585 timersub(&tv1, &tv0, &tv1); in timex()
2587 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex()
2590 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
Dcheck.t8112 typeset -Uui16 tv1=1#~ tv2=1# tv3=1#� tv4=1#� tv5=1#� tv6=1#� tv7=1#  tv8=1#€
8113 …echo "specX <${tv1#16#}> <${tv2#16#}> <${tv3#16#}> <${tv4#16#}> <${tv5#16#}> <${tv6#16#}> <${tv7#1…
8114 typeset -i1 tv1 tv2 tv3 tv4 tv5 tv6 tv7 tv8
8115 …echo "specW <${tv1#1#}> <${tv2#1#}> <${tv3#1#}> <${tv4#1#}> <${tv5#1#}> <${tv6#1#}> <${tv7#1#}> <$…
/mirbsd/src/sys/dev/pcmcia/
Dif_ray.c369 struct timeval rtv, tv1, tv2, *ttp, *ltp; variable
504 ttp = &tv1;