/titanic_41/usr/src/cmd/csh/ |
H A D | wait3.c | 94 rp->ru_utime.tv_sec = diffu/HZ; in csh_wait3() 95 rp->ru_utime.tv_usec = ((diffu % HZ) * 1000000) / HZ; in csh_wait3() 96 rp->ru_stime.tv_sec = diffs/HZ; in csh_wait3() 97 rp->ru_stime.tv_usec = ((diffs % HZ) * 1000000) / HZ; in csh_wait3()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 126 rp->ru_utime.tv_sec = diffu / HZ; in wait4() 127 rp->ru_utime.tv_usec = (diffu % HZ) * (1000000 / HZ); in wait4() 128 rp->ru_stime.tv_sec = diffs/ HZ; in wait4() 129 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 227 rp->ru_utime.tv_sec = diffu / HZ; in wait4() 228 rp->ru_utime.tv_usec = (diffu % HZ) * (1000000 / HZ); in wait4() 229 rp->ru_stime.tv_sec = diffs / HZ; in wait4() 230 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | sysctl.c | 45 #define HZ 100 macro 51 unsigned long rdsv3_sysctl_reconnect_max_jiffies = HZ;
|
/titanic_41/usr/src/cmd/dispadmin/ |
H A D | fxdispadmin.c | 193 if (res != HZ && fx_dptbl[i].fx_quantum != FX_TQINF) { in get_fxdptbl() 196 hrtime.hrt_res = HZ; in get_fxdptbl() 320 } else if (res != HZ) { in set_fxdptbl() 324 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in set_fxdptbl()
|
H A D | fssdispadmin.c | 171 hrtime.hrt_res = HZ; in getadmin() 258 if (res != HZ) { in setadmin() 262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
|
H A D | rtdispadmin.c | 190 if (res != HZ && rt_dptbl[i].rt_quantum != RT_TQINF) { in get_rtdptbl() 193 hrtime.hrt_res = HZ; in get_rtdptbl() 348 } else if (res != HZ) { 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | iadispadmin.c | 193 if (res != HZ) { in get_iadptbl() 196 hrtime.hrt_res = HZ; in get_iadptbl() 348 if (res != HZ) { 352 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
H A D | tsdispadmin.c | 190 if (res != HZ) { in get_tsdptbl() 193 hrtime.hrt_res = HZ; in get_tsdptbl() 344 if (res != HZ) { 348 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1)
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctdef.h | 113 #define SECS(tics) ((double) tics)/HZ 115 #define MINT(tics) ((double) tics)/(60*HZ)
|
H A D | acctcom.c | 571 pf((double)sys / HZ); in println() 572 pf((double)user / HZ); in println() 574 pf((double)cpu / HZ); in println()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | logent.c | 200 rval = (now - past) / HZ * 1000; in millitick() 202 rval = (now - past) * 1000 / HZ; in millitick()
|
H A D | conn.c | 899 nap(HZ/4); /* approximately 1/4 second */ 1287 if (n > HZ) { 1289 sleep( (int) (((n)+HZ/2)/HZ) );
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | clock.c | 51 return ((TIMES(buffer) - first) * (1000000L/HZ)); in clock()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | clock.c | 53 Hz = HZ; in clock()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | print.c | 106 t += HZ / 2; in prt() 107 t /= HZ; in prt()
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 181 _sd_timed_block(HZ/8, &_sd_ft_cv); in _sd_health_thread() 305 delay(HZ/8); in _sdbc_recovery_io_wait() 361 delay(HZ/8); in _sd_recovery_wblk_wait() 1182 delay(HZ); in _sd_wait_for_dirty() 1231 delay(HZ/4); in _sd_wait_for_flush()
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 454 #undef HZ 455 extern clock_t HZ;
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci_init.c | 572 clock_t delta = (clock_t)(timeout * HZ); in host_start_message() 654 clock_t delta = (clock_t)(timeout * HZ); in host_enum_clients_message() 720 clock_t delta = 10 * HZ; in host_client_properties() 923 clock_t delta = (clock_t)(timeout * HZ); in heci_connect_me_client() 1093 clock_t delta = (clock_t)(timeout * HZ); in heci_disconnect_host_client()
|
H A D | heci_data_structures.h | 214 #define HZ drv_usectohz(1000000) macro 218 #define HECI_INTEROP_TIMEOUT (HZ * 7)
|
/titanic_41/usr/src/cmd/lastcomm/ |
H A D | lc_pacct.c | 99 x / (double)HZ, ctime(&t)); in lc_pacct()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.h | 74 #define TX_TIMEOUT (10*HZ) /* We need time for auto-neg */ 182 #define TLAN_TIMER_ACT_DELAY (HZ/10)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 58 #define HZ 60 macro
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 29 #undef HZ /* in case they've included <sys/param.h> */ 59 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
|