Searched refs:SYS_HZ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_brt.c138 timeout(ddp_brt_sweep_locked, (long)0, BRT_SWEEP_INT * SYS_HZ); local
192 timeout(ddp_brt_sweep_locked, (long)0, BRT_SWEEP_INT * SYS_HZ); local
H A Dddp_rtmp.c143 timeout(ddp_age_router, (caddr_t) router, 50*SYS_HZ);
164 timeout(ddp_age_router, (caddr_t) unused, 50*SYS_HZ);
H A Dsysglue.h120 #define SYS_HZ HZ /* Number of clock (SYS_SETTIMER) ticks per second */ macro
H A Dddp_r_rtmp.c726 timeout(rtmp_timeout, (caddr_t) ifID, 20*SYS_HZ);
809 timeout(rtmp_timeout, (caddr_t) ifID, 20*SYS_HZ);
1228 timeout (rtmp_send_port_locked, (caddr_t)ifID, 10 * SYS_HZ);
1242 timeout(rtmp_dropper, NULL, 2*SYS_HZ);
1417 timeout(rtmp_timeout, (caddr_t)ifID, (50+ifID->ifPort) * SYS_HZ);
1573 timeout (rtmp_dropper, NULL, 1*SYS_HZ);

Completed in 22 milliseconds