Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm703 my ( $tmax, $code ) = @_;
707 if ( not defined $tmax or $tmax == 0 ) {
708 $tmax = $default_for;
709 } elsif ( $tmax < 0 ) {
710 $tmax = -$tmax;
713 die "countit($tmax, ...): timelimit cannot be less than $min_for.\n"
714 if $tmax < $min_for;
728 my $tpra = 0.1 * $tmax; # Target/time practice.
754 $n = int( $n * ( 1.05 * $tmax / $tc ) );
765 last if $ttot >= $tmax;
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c484 if (triptime > tmax) in check_reply()
485 tmax = triptime; in check_reply()
684 if (triptime > tmax) in check_reply()
685 tmax = triptime; in check_reply()
1007 if (triptime > tmax) in check_reply()
1008 tmax = triptime; in check_reply()
H A Dping.h123 extern long long tmax;
H A Dping_aux6.c524 if (triptime > tmax) in check_reply6()
525 tmax = triptime; in check_reply6()
826 if (triptime > tmax) in check_reply6()
827 tmax = triptime; in check_reply6()
H A Dping.c186 long long tmax; variable
1713 waittime = 2 * tmax / MICROSEC; in schedule_sigalrm()
2380 (double)tmax / 1000, sd / 1000); in finish()
/onnv-gate/usr/src/head/
H A Dwctype.h90 wchar_t tmax; /* maximum code for wctype */ member
/onnv-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1054 hrtime_t tmax; in mc_onlinespare() local
1118 tmax = gethrtime() + MIN(mc_swapdonetime, 120) * 1000000000ULL; in mc_onlinespare()
1128 gethrtime() < tmax); in mc_onlinespare()