| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| waitpid.c | 160 clock_t hz; local 173 hz = CLK_TCK; 174 rp->ru_utime.tv_sec = diffu / hz; 175 rp->ru_utime.tv_usec = (diffu % hz) * (1000000 / hz); 176 rp->ru_stime.tv_sec = diffs / hz; 177 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz);
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/ |
| _D_cplx_div.c | 93 int ha, hb, hc, hd, hz, hw, hs, i, j; local 111 hz = (ha > hb)? ha : hb; 131 if (hz >= 0x7fe00000) { 171 if (hz >= 0x7ff00000) { /* z is inf or nan */ 234 if (hz < 0x07200000) { /* |z| < 2^-909 */
|
| _Q_cplx_div.c | 100 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 */
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| misc.c | 96 uint64_t hz; local 118 hz = hertz * 1000000; 120 return (hz);
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| timex.c | 50 static int hz; variable 79 hz = sysconf(_SC_CLK_TCK); 80 nsec_per_tick = NANOSEC / hz; 217 tk = total % hz; /* ticks % hz */ 218 total /= hz; 219 ss = total % 60; /* ticks / hz % 60 */ 221 mm = total % 60; /* ticks / hz / 60 % 60 */ 222 hh = total / 60; /* ticks / hz / 60 / 60 */ 256 (void) fprintf(stderr, "%02ld\n", tk * 100/hz); [all...] |
| sar.c | 90 static int hz; variable 280 hz = sysconf(_SC_CLK_TCK); 542 sec_diff = tdiff / hz; 1113 sec_diff = tdiff / hz;
|
| /onnv/onnv-gate/usr/src/cmd/stat/mpstat/ |
| mpstat.c | 58 static int hz; variable 142 hz = sysconf(_SC_CLK_TCK); 247 etime = (double)ticks / hz; 250 percent = 100.0 / etime / hz; 433 etime = (double)ticks / hz; 436 percent = 100.0 / p2->ps_nr_cpus / etime / hz;
|
| /onnv/onnv-gate/usr/src/cmd/stat/vmstat/ |
| vmstat.c | 36 static int hz; variable 78 hz = sysconf(_SC_CLK_TCK); 150 etime = ss->s_sys.ss_ticks / hz; 278 etime = etime >= 1.0 ? (etime / nr_active_cpus(new)) / hz : 1.0;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| profv.c | 323 static long hz; local 326 if ((hz = sysconf(_SC_CLK_TCK)) == -1) 339 psym->seconds = (double)nl->nticks / (double)hz;
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Option.java | 285 hz(int n) method in class:Option 287 return (Integer.toString(n) + "hz");
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/ |
| rstat_proc.c | 74 static int hz; variable 377 stats_s3.v_intr -= hz*(stats_s3.curtime.tv_sec - btm.tv_sec) + 378 hz*(stats_s3.curtime.tv_usec - btm.tv_usec)/1000000;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| gprof.h | 90 long hz; variable
|
| /onnv/onnv-gate/usr/src/cmd/su/ |
| su.c | 154 char *hz; variable 156 char hzname[10] = "HZ="; 489 if (hz = getenv("HZ")) 490 (void) strlcat(hzname, hz, sizeof (hzname)); 1310 "HZ=", [all...] |
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| main.c | 2213 int hz = (int)sysconf(_SC_CLK_TCK); local [all...] |
| expound.c | 387 long hz = sysconf(_SC_CLK_TCK); local 418 "%s\tutim=%-6lu stim=%-6lu cutim=%-6lu cstim=%-6lu (HZ=%ld)\n", 424 hz); [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/aio/ |
| aio.c | 124 int hz; /* clock ticks per second */ variable 170 hz = (int)sysconf(_SC_CLK_TCK); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/conf/ |
| param.c | 129 * Default hz is 100, but if we set hires_tick we get higher resolution 130 * clock behavior (currently defined to be 1000 hz). Higher values seem 133 * If we do decide to play with higher values, remember that hz should 136 * (1) hz should be in the range 100 <= hz <= MICROSEC. If hz exceeds 138 * Similarly, if hz < 100 then hz / 100 == 0 and stuff will break. 140 * (2) If hz <= 1000, it should be both a multiple of 100 and a 143 * (3) If hz > 1000, it should be both a multiple of 1000 and 155 int hz = HZ_DEFAULT; variable [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/ |
| ip_fil_solaris.c | 811 int hz = drv_usectohz(500000); local 815 hz); [all...] |
| /onnv/onnv-gate/usr/src/cmd/stat/iostat/ |
| iostat.c | 201 long hz; local 249 hz = sysconf(_SC_CLK_TCK); 288 getime = (getime / nr_active_cpus(newss)) / hz; [all...] |
| /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/ |
| zfs_context.h | 463 #define hz 119 /* frequency when using gethrtime() >> 23 for lbolt */ macro
|
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| cron.c | 3132 char *hz, *tz; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/ |
| ip_compat.h | 547 # define hz HZ macro [all...] |