Searched refs:delay (Results 1 - 25 of 35) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Options.c90 sp->delay = pb->u.optionParams.rtmtTimer;
91 KERNEL_DEBUG(DBG_ADSP_MISC, 0, sp, sp->delay, pb, pb->u.optionParams.rtmtTimer);
H A Dadsp_Read.c78 KERNEL_DEBUG(DBG_ADSP_READ, 0, sp, sp->rbuf_mb, sp->rpb, sp->delay);
151 * or we are not to "delay" data delivery.
170 pb->u.ioParams.actCount, sp->delay);
H A Dadsp_internal.h247 unsigned delay:1; /* do not complete commands until user member in struct:ccb
/darwin-on-arm/xnu/bsd/arm/
H A Dparam.h141 #define DELAY(n) delay(n)
/darwin-on-arm/xnu/bsd/i386/
H A Dparam.h169 #define DELAY(n) delay(n)
/darwin-on-arm/xnu/osfmk/arm/
H A Dparam.h140 #define DELAY(n) delay(n)
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_native.c72 delay(100);
H A Dmp.c83 #define PAUSE delay(1000000)
271 delay(usecdelay);
366 /* Wait much longer if postcodes are displayed for a delay period. */
466 delay(1000000);
H A Dlapic_native.c66 #define PAUSE delay(1000000)
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h241 to delay and bandwidth;
374 * Pipe descriptor. Contains global parameters, delay-line queue,
392 int delay ; /* really, ticks */ member in struct:dn_pipe
394 struct mbuf *head, *tail ; /* packets in delay line */
530 int delay ; /* really, ticks */ member in struct:dn_pipe_32
532 user32_addr_t head, tail ; /* packets in delay line */
655 int delay ; /* really, ticks */ member in struct:dn_pipe_64
657 user64_addr_t head, tail ; /* packets in delay line */
H A Dip_dummynet.c60 * This module implements IP dummynet, a bandwidth limiter/delay emulator
141 * extract_heap contains pipes associated with delay lines.
276 p->delay = user_pipe_32.delay;
322 p->delay = user_pipe_64.delay;
467 pipe_bp->delay = p->delay;
484 pipe_bp->delay = (pipe_bp->delay * 100
[all...]
H A Dtcp_timer.c267 void add_to_time_wait_locked(struct tcpcb *tp, uint32_t delay);
268 void add_to_time_wait(struct tcpcb *tp, uint32_t delay) ;
272 void add_to_time_wait_locked(struct tcpcb *tp, uint32_t delay) argument
292 timer = (delay / TCP_RETRANSHZ) * PR_SLOWHZ;
304 void add_to_time_wait(struct tcpcb *tp, uint32_t delay) argument
313 add_to_time_wait_locked(tp, delay);
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h204 extern void delay(
H A Dmachine.c207 delay(1);
H A Dwait_queue.c1026 delay(1);
1090 delay(1);
1140 delay(1);
H A Dclock.c768 * Wait / delay routines.
852 delay( function
/darwin-on-arm/xnu/bsd/net/
H A Dlacp.h370 lacp_collector_max_delay delay)
372 lacp_uint16_set(tlv->lac_max_delay, delay);
369 lacp_collector_tlv_set_max_delay(lacp_collector_tlv_ref tlv, lacp_collector_max_delay delay) argument
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c862 * Unlike MLDv2, the delay per group should be jittered
1029 * scheduled earlier than the selected delay, do
1074 * scheduled sooner than the selected delay, no
2041 * If delay is non-zero, and the state change is an initial multicast
2042 * join, the state change report will be delayed by 'delay' ticks
2045 * is sooner, a pending state-change timer or delay itself.
2048 mld_change_state(struct in6_multi *inm, const int delay) argument
2082 error = mld_initial_join(inm, mli, delay);
2108 * If the delay argument is non-zero, then we must delay sendin
2112 mld_initial_join(struct in6_multi *inm, struct mld_ifinfo *mli, const int delay) argument
[all...]
H A Din6.c1458 int delay; local
1740 * Do not delay sending neighbor solicitations when using optimistic
1779 delay = 0;
1782 * We need a random delay for DAD on the address
1788 delay = random() %
1791 imm = in6_joingroup(ifp, &llsol, &error, delay);
1872 delay = 0;
1875 * The spec doesn't say anything about delay for this
1878 delay = random() %
1884 delay); /* XX
[all...]
H A Din6_mcast.c1189 int *errorp, int delay)
1202 delay = (delay * PR_SLOWHZ) / hz;
1204 error = in6_mc_join(ifp, mcaddr, NULL, &imm->i6mm_maddr, delay);
1242 const int delay)
1288 error = mld_change_state(inm, delay);
1188 in6_joingroup(struct ifnet *ifp, struct in6_addr *mcaddr, int *errorp, int delay) argument
1240 in6_mc_join(struct ifnet *ifp, const struct in6_addr *mcaddr, struct in6_mfilter *imf, struct in6_multi **pinm, const int delay) argument
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h533 extern void delay( int ); /* kern/clock.h */
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c304 delay(usec/100);
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c221 uint64_t delay = 10000000ULL; // 10 milliseconds. local
226 if (IOServiceWaitForMatchingResource(resourceName, delay)) {
237 delay *= 2;
H A Dkern_exit.c169 void delay(int);
767 delay(1);
1681 delay(1);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c322 delay(usec/100);

Completed in 128 milliseconds

12