Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h278 u_int32_t drops; member
443 u_int32_t drops; member
568 u_int32_t drops; member
H A Dip_dummynet.c490 qp->drops = q->drops; in cp_queue_to_32_user()
512 qp->drops = q->drops; in cp_queue_to_64_user()
1900 q->drops++; in dummynet_io()
/xnu-12377.61.12/tests/skywalk/
H A Dskt_netifdirect.c899 int drops = NETIF_TX_PKT_DROP_RATE; in skt_netifdirect_init_chan_events() local
901 NULL, 0, &drops, sizeof(drops)) == 0); in skt_netifdirect_init_chan_events()
935 int drops = 0; in skt_netifdirect_fini_chan_events() local
937 NULL, 0, &drops, sizeof(drops)) == 0); in skt_netifdirect_fini_chan_events()
H A Dskt_xfer.c4954 int drops = XFER_TX_PKT_DROP_RATE; in skt_xfer_init_chan_event() local
4956 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_init_chan_event()
4965 int drops = 0; in skt_xfer_fini_chan_event() local
4967 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_fini_chan_event()
/xnu-12377.61.12/doc/debugging/
H A Dtask_ref.md12 created it increments the reference count and when it exits that count drops.
/xnu-12377.61.12/bsd/sys/
H A Dkpi_mbuf.h283 u_int32_t drops; /* times failed to find space */ member
/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md151 the available count drops to 0, and causes the chunk to now be full,
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c560 uint64_t drops = 0; in mbuf_stat_sync() local
572 drops += stats.zbs_alloc_fail; in mbuf_stat_sync()
612 mbstat.m_drops = drops; in mbuf_stat_sync()
H A Dkpi_mbuf.c1397 stats->drops = mbstat.m_drops; in mbuf_stats()