Home
last modified time | relevance | path

Searched refs:intimer_fast (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c356 ((req).intimer_fast > 0) || ((req).intimer_nodelay > 0))
394 gccnt.intimer_fast += in inpcb_timeout()
395 ipi->ipi_gc_req.intimer_fast; in inpcb_timeout()
407 tmcnt.intimer_fast += in inpcb_timeout()
408 ipi->ipi_timer_req.intimer_fast; in inpcb_timeout()
436 } else if ((gccnt.intimer_fast + tmcnt.intimer_fast) <= 5) { in inpcb_timeout()
503 ipi->ipi_gc_req.intimer_fast; in inpcb_gc_sched()
515 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in inpcb_gc_sched()
537 atomic_add_32(&ipi->ipi_timer_req.intimer_fast, 1); in inpcb_timer_sched()
H A Din_pcb.h550 u_int32_t intimer_fast; /* fast requests, can be coalesced */ member
H A Dtcp_timer.c806 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in tcp_gc()
816 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in tcp_gc()
2992 atomic_add_32(&ipi->ipi_timer_req.intimer_fast, 1); in tcp_itimer()
H A Dudp_usrreq.c2629 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in udp_gc()
2655 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in udp_gc()
2674 atomic_add_32(&ipi->ipi_gc_req.intimer_fast, 1); in udp_gc()