Searched refs:HZ (Results 1 - 17 of 17) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dzip.h92 #define ZIP_TIMER_INT HZ /* HZ defined in param.h */
H A Dat_aarp.h87 #define AARP_PROBE_TIMER_INT HZ/30 /* HZ defines in param.h */
89 #define AARP_REQ_TIMER_INT HZ/30
H A Daurp_misc.c118 timeout(AURPupdate, arg, AURP_UpdateRate*10*HZ);
146 timeout(AURPupdate, 0, AURP_UpdateRate*10*HZ);
H A Dsysglue.h120 #define SYS_HZ HZ /* Number of clock (SYS_SETTIMER) ticks per second */
121 #define HZ hz /* HZ ticks definition used throughout AppleTalk */ macro
H A Daurp_tickle.c111 timeout(AURPsndTickle, state, AURP_TickleRetryInterval*HZ);
H A Daurp_open.c128 timeout(AURPsndOpenReq_locked, state, AURP_RetryInterval*HZ);
253 timeout(AURPsndTickle, state, AURP_TickleRetryInterval*HZ);
H A Dadsp_Timer.c211 timeout(TimerTick_funnel, (caddr_t)0, HZ/6);
H A Daurp_ri.c144 timeout(AURPsndRIReq_locked, state, AURP_RetryInterval*HZ);
179 timeout(AURPsndRIRsp_locked, state, AURP_RetryInterval*HZ);
207 timeout(AURPsndRIRsp_locked, state, AURP_RetryInterval*HZ);
265 timeout(AURPsndRIUpd_locked, state, AURP_RetryInterval*HZ);
H A Datp_misc.c278 atp_timout(atp_rcb_timer, trp_tmo_rcb, 10 * HZ);
H A Datp_open.c193 atp->atp_timeout = HZ/8;
H A Datp_write.c97 atp_timout(atp_rcb_timer, trp_tmo_rcb, 10 * HZ);
1154 if ((timer = (sdb->def_rate * HZ)/100) == 0)
1155 timer = HZ;
1464 if ((timer = (sdb->def_rate * HZ)/100) == 0)
1465 timer = HZ;
H A Dadsp.h684 #define STR_QTIME (HZ >> 3)
H A Dsys_glue.c998 timeout(&atp_delete_free_clusters, NULL, (1 * HZ));
H A Dddp_r_zip.c1275 timeout(send_phony_reply, (caddr_t) rm, HZ/20);
H A Dasp_proto.c66 #define TICKS_PER_SEC HZ
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c89 #define HZ 100 /* XXX */ macro
H A Dkdebug.c34 #define HZ 100 macro
976 ret = tsleep (kdbg_getentropy, PRIBIO | PCATCH, "kd_entropy", (ms_timeout/(1000/HZ)));

Completed in 85 milliseconds