Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 25 of 242) sorted by relevance

12345678910

/titanic_41/usr/src/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
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dremquo.c61 int n, hx, hy, hz, ix, iy, sx, sq, i, m; in fmodquo() local
142 hz = hx - hy; in fmodquo()
145 hz -= 1; in fmodquo()
146 if (hz < 0) { in fmodquo()
151 if ((hz | lz) == 0) { /* return sign(x)*0 */ in fmodquo()
160 hx = hz + hz + (lz >> 31); in fmodquo()
165 hz = hx - hy; in fmodquo()
168 hz -= 1; in fmodquo()
169 if (hz >= 0) { in fmodquo()
170 hx = hz; in fmodquo()
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
87 hz = zz.i[0] & ~0x80000000; in __fma()
94 if (hz >= 0x7ff00000) /* z is inf or nan */ in __fma()
97 if ((hz | zz.i[1]) == 0) /* z is zero */ in __fma()
125 ez = hz >> 20; in __fma()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dwaitpid.c160 clock_t hz; in wait4() local
173 hz = CLK_TCK; in wait4()
174 rp->ru_utime.tv_sec = diffu / hz; in wait4()
175 rp->ru_utime.tv_usec = (diffu % hz) * (1000000 / hz); in wait4()
176 rp->ru_stime.tv_sec = diffs / hz; in wait4()
177 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz); in wait4()
/titanic_41/usr/src/uts/common/syscall/
H A Dalarm.c82 ret = (del + hz - 1) / hz; /* convert to seconds */ in alarm()
91 if (delta > (LONG_MAX / hz) || delta < 0) in alarm()
92 delta = LONG_MAX / hz; in alarm()
95 p->p_alarmid = realtime_timeout(sigalarm2proc, p, delta * hz); in alarm()
H A Dsysconfig.c65 return ((long)hz); /* clock frequency per second */ in sysconfig()
68 return ((long)hz); /* profiling clock freq per sec */ in sysconfig()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c39 extern long hz;
148 100.0/totime, totime / hz); in flatprofheader()
182 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
186 1000 * np->time / hz / np->ncall, in flatprofline()
187 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()
218 100.0/printtime, printtime / hz); in gprofheader()
230 if (hz != 1) { in gprofheader()
232 (double)1.0 / hz); in gprofheader()
255 np->propself / hz, np->propchild / hz); in gprofline()
433 "", arcp->arc_time / hz, arcp->arc_childtime / hz, in printparents()
[all …]
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dclock.c26 int hz = 1000; variable
62 ts->tv_sec = clk / hz; in clock2ts()
63 ts->tv_nsec = (clk % hz) * (NANOSEC / hz); in clock2ts()
/titanic_41/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_div.c100 int ha, hb, hc, hd, hz, hw, hs, i, j; local
118 hz = (ha > hb)? ha : hb;
138 if (hz >= 0x7ffe0000) {
161 if (hz >= 0x7fff0000) { /* z is inf or nan */
178 if (hz < 0x00ea0000) { /* |z| < 2^-16149 */
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; in _D_cplx_div() local
111 hz = (ha > hb)? ha : hb; in _D_cplx_div()
131 if (hz >= 0x7fe00000) { in _D_cplx_div()
171 if (hz >= 0x7ff00000) { /* z is inf or nan */ in _D_cplx_div()
234 if (hz < 0x07200000) { /* |z| < 2^-909 */ in _D_cplx_div()
/titanic_41/usr/src/cmd/sa/
H A Dtimex.c50 static int hz; variable
79 hz = sysconf(_SC_CLK_TCK); in main()
80 nsec_per_tick = NANOSEC / hz; in main()
217 tk = total % hz; /* ticks % hz */ in printt()
218 total /= hz; in printt()
256 (void) fprintf(stderr, "%02ld\n", tk * 100/hz); in printt()
/titanic_41/usr/src/uts/common/sys/
H A Dcpudrv.h147 #define CPUDRV_QUANT_CNT_NORMAL (hz * 1) /* 1 sec */
149 #define CPUDRV_QUANT_CNT_NORMAL (hz * 5) /* 5 sec */
151 #define CPUDRV_QUANT_CNT_OTHR (hz * 1) /* 1 sec */
H A Dser_sync.h251 extern int hz;
252 #define SIO_WATCHDOG_TICK (2 * hz) /* Two second timeout */
/titanic_41/usr/src/uts/common/conf/
H A Dparam.c159 int hz = HZ_DEFAULT; variable
672 hz = hires_hz; in param_init()
674 tick_per_msec = hz / MILLISEC; in param_init()
675 msec_per_tick = MILLISEC / hz; in param_init()
676 usec_per_tick = MICROSEC / hz; in param_init()
677 nsec_per_tick = NANOSEC / hz; in param_init()
/titanic_41/usr/src/cmd/stat/mpstat/
H A Dmpstat.c58 static int hz; variable
142 hz = sysconf(_SC_CLK_TCK); in main()
247 etime = (double)ticks / hz; in print_cpu()
250 percent = 100.0 / etime / hz; in print_cpu()
433 etime = (double)ticks / hz; in print_pset()
436 percent = 100.0 / p2->ps_nr_cpus / etime / hz; in print_pset()
/titanic_41/usr/src/uts/common/os/
H A Dsoftint.c198 softcall_delay = softcall_delay * (hz/100); in softcall_init()
359 if (now - softcall_lastpoke < hz) { in softcall()
370 if (now - softcall_countstart <= hz) in softcall()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c111 delay(hz); in nfscmd_send()
131 delay(hz); in nfscmd_send()
149 delay(hz); in nfscmd_send()
183 delay(hz); in nfscmd_send()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilehz.d41 profile-100hz
H A Dtst.profilehz.d.out1 This test is a simple profile-hz provider test
H A Dtst.profilenhz.d.out1 This test is a simple profile implicit hz test
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c331 delay(hz); in sdev_ki_call_devfsadmd()
335 delay(2 * hz); in sdev_ki_call_devfsadmd()
345 delay(retry * hz); in sdev_ki_call_devfsadmd()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.execname.d40 profile-4999hz
H A Dtst.errno.d40 profile-4999hz
H A Dtst.gid.d40 profile-4999hz
/titanic_41/usr/src/cmd/dtrace/test/tst/common/sched/
H A Dtst.stackdepth.d29 #pragma D option switchrate=100hz

12345678910