Searched refs:hz (Results 1 - 25 of 702) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilehz.d32 * Simple profile-hz test.
41 profile-100hz
43 printf("This test is a simple profile-hz provider test");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.alignring.d42 profile:::profile-1009hz
47 profile:::profile-1237hz
61 profile:::profile-1789hz
71 profile-1543hz
74 profile-1361hz
/freebsd-9.3-release/sys/netinet/
H A Dtcp_timer.h75 #define TCPTV_MSL ( 30*hz) /* max seg lifetime (hah!) */
78 #define TCPTV_RTOBASE ( 3*hz) /* assumed RTO if no info */
79 #define TCPTV_SRTTDFLT ( 3*hz) /* assumed RTT if no info */
81 #define TCPTV_PERSMIN ( 5*hz) /* retransmit persistence */
82 #define TCPTV_PERSMAX ( 60*hz) /* maximum persist interval */
84 #define TCPTV_KEEP_INIT ( 75*hz) /* initial connect keepalive */
85 #define TCPTV_KEEP_IDLE (120*60*hz) /* dflt time before probing */
86 #define TCPTV_KEEPINTVL ( 75*hz) /* default probe interval */
89 #define TCPTV_FINWAIT2_TIMEOUT (60*hz) /* FIN_WAIT_2 timeout if no receiver */
108 * The prior minimum of 1*hz (
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.errno.d40 profile-4999hz
H A Dtst.execname.d40 profile-4999hz
H A Dtst.gid.d40 profile-4999hz
H A Dtst.pid.d40 profile-4999hz
H A Dtst.ppid.d40 profile-4999hz
H A Dtst.ucaller.d40 profile-4999hz
H A Dtst.uid.d40 profile-4999hz
H A Dtst.zonename.d40 profile-4999hz
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sched/
H A Dtst.stackdepth.d29 #pragma D option switchrate=100hz
/freebsd-9.3-release/lib/msun/src/
H A De_fmodf.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
76 hz=hx-hy;
77 if(hz<0){hx = hx+hx;}
79 if(hz==0) /* return sign(x)*0 */
81 hx = hz+hz;
84 hz=hx-hy;
85 if(hz>=0) {hx=hz;}
H A Dk_cos.c71 double hz,z,r,w; local
76 hz = 0.5*z;
77 w = one-hz;
78 return w + (((one-w)-hz) + (z*r-x*y));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dwoof.d34 #pragma D option switchrate=10hz
60 profile:::tick-10hz
H A Dpriclass.d63 profile:::profile-1000hz
H A Ddispqlen.d43 profile:::profile-1000hz
H A Dpridist.d58 profile:::profile-1000hz
H A Drunocc.d44 profile-1000hz
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Misc/
H A Dwoof.d34 #pragma D option switchrate=10hz
60 profile:::tick-10hz
/freebsd-9.3-release/lib/msun/ld128/
H A Dk_cosl.c53 long double hz,z,r,w; local
58 hz = 0.5*z;
59 w = one-hz;
60 return w + (((one-w)-hz) + (z*r-x*y));
/freebsd-9.3-release/lib/msun/ld80/
H A Dk_cosl.c71 long double hz,z,r,w; local
75 hz = 0.5*z;
76 w = one-hz;
77 return w + (((one-w)-hz) + (z*r-x*y));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dpriclass.d63 profile:::profile-1000hz
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Cpu/
H A Ddispqlen.d43 profile:::profile-1000hz
H A Drunocc.d44 profile-1000hz

Completed in 129 milliseconds

1234567891011>>