Home
last modified time | relevance | path

Searched refs:HZ (Results 1 – 25 of 64) sorted by relevance

123

/titanic_41/usr/src/cmd/csh/
H A Dwait3.c94 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 Dwait4.c126 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 Dwait.c227 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 Dsysctl.c45 #define HZ 100 macro
51 unsigned long rdsv3_sysctl_reconnect_max_jiffies = HZ;
/titanic_41/usr/src/cmd/dispadmin/
H A Dfxdispadmin.c193 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 Dfssdispadmin.c171 hrtime.hrt_res = HZ; in getadmin()
258 if (res != HZ) { in setadmin()
262 if (_hrtnewres(&hrtime, HZ, HRT_RNDUP) == -1) in setadmin()
H A Drtdispadmin.c190 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 Diadispadmin.c193 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 Dtsdispadmin.c190 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 Dacctdef.h113 #define SECS(tics) ((double) tics)/HZ
115 #define MINT(tics) ((double) tics)/(60*HZ)
H A Dacctcom.c571 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 Dlogent.c200 rval = (now - past) / HZ * 1000; in millitick()
202 rval = (now - past) * 1000 / HZ; in millitick()
H A Dconn.c899 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 Dclock.c51 return ((TIMES(buffer) - first) * (1000000L/HZ)); in clock()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dclock.c53 Hz = HZ; in clock()
/titanic_41/usr/src/cmd/sh/
H A Dprint.c106 t += HZ / 2; in prt()
107 t /= HZ; in prt()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c181 _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 Dnsctl.h454 #undef HZ
455 extern clock_t HZ;
/titanic_41/usr/src/ucblib/libcurses/
H A Dcurses.c51 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 Dheci_init.c572 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 Dheci_data_structures.h214 #define HZ drv_usectohz(1000000) macro
218 #define HECI_INTEROP_TIMEOUT (HZ * 7)
/titanic_41/usr/src/cmd/lastcomm/
H A Dlc_pacct.c99 x / (double)HZ, ctime(&t)); in lc_pacct()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h74 #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 Dparam.h58 #define HZ 60 macro
/titanic_41/usr/src/ucbhead/
H A Dcurses.h29 #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,

123