/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_bluetooth.h | 71 u_int32_t drops; /* number if dropped items */ member 82 (q)->drops = 0; \ 96 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++ 157 u_int32_t drops; /* number if dropped items */ member 167 (q)->drops = 0; \
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel.h | 55 uint32_t drops; member 102 si->main_q.ni.drops ++; in fq_update_stats() 103 q->stats.drops ++; in fq_update_stats() 104 si->_si.ni.drops ++; in fq_update_stats()
|
H A D | dn_aqm.h | 135 qni->drops++; in update_stats() 136 sni->drops++; in update_stats()
|
H A D | ip_dn_glue.c | 146 u_int32_t drops ; member 211 u_int32_t drops ; member 599 fq7->drops = ni->drops; in dn_c_copy_q() 604 fq8->drops = ni->drops; in dn_c_copy_q()
|
H A D | dn_sched_fq_pie.c | 101 uint32_t drops; member 297 si->main_q.ni.drops ++; in fq_update_stats() 298 q->stats.drops ++; in fq_update_stats() 299 si->_si.ni.drops ++; in fq_update_stats()
|
/freebsd/sys/netgraph/ |
H A D | ng_vlan_rotate.c | 149 counter_u64_t drops, excessive, incomplete; member 176 vrp->stats.drops = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor() 271 p->drops = counter_u64_fetch(vrp->stats.drops); in ng_vlanrotate_rcvmsg() 283 counter_u64_zero(vrp->stats.drops); in ng_vlanrotate_rcvmsg() 454 counter_u64_add(vrp->stats.drops, 1); in ng_vlanrotate_rcvdata() 473 counter_u64_free(vrp->stats.drops); in ng_vlanrotate_shutdown()
|
H A D | ng_vlan_rotate.h | 52 uint64_t drops, excessive, incomplete; member
|
/freebsd/sys/net/ |
H A D | mp_ring.c | 269 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc() 274 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc() 297 if (r->drops != NULL) in ifmp_ring_free() 298 counter_u64_free(r->drops); in ifmp_ring_free() 334 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() 409 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() 515 counter_u64_zero(r->drops); in ifmp_ring_reset_stats()
|
H A D | mp_ring.h | 54 counter_u64_t drops; member
|
/freebsd/share/examples/pf/ |
H A D | ackpri | 10 # upload saturates the uplink, download drops to 7 kB/s. With the 11 # priority queue below, download drops only to 48 kB/s.
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-access-ok-type.m4 | 2 dnl # Linux 5.0: access_ok() drops 'type' parameter:
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | test_dn_sched.c | 67 q->ni.drops++; in dn_enqueue()
|
H A D | dn_test.h | 110 uint32_t drops; member
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/ |
H A D | Makefile | 17 drops \
|
/freebsd/contrib/tcpdump/ |
H A D | print-sflow.c | 100 nd_uint32_t drops; member 113 nd_uint32_t drops; member 774 GET_BE_U_4(sflow_flow_sample->drops), in sflow_print_flow_sample() 804 GET_BE_U_4(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
|
/freebsd/sys/netinet/ |
H A D | ip_dummynet.h | 187 uint32_t drops; member
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq2415x.txt | 26 constant-voltage phase drops below this value (in mA).
|
H A D | rt9455_charger.txt | 12 When the current in constant-voltage phase drops
|
H A D | bq24257.txt | 14 constant-voltage phase drops below this value (in uA).
|
H A D | bq25890.txt | 17 constant-voltage phase drops below this value (in uA);
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_tx.h | 219 unsigned long drops; member
|
H A D | sfxge_tx.c | 135 SFXGE_TX_STAT(tx_drops, drops), 525 ++txq->drops; in sfxge_tx_queue_mbuf() 1967 uint64_t drops = 0; in sfxge_tx_get_drops() local 1978 drops += txq->drops + txq->get_overflow + in sfxge_tx_get_drops() 1983 return (drops); in sfxge_tx_get_drops()
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 153 \ PREVIOUS drops the search order stack 171 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST
|
/freebsd/contrib/ntp/html/hints/ |
H A D | sgi | 37 the amplitude drops to 0.5msec (surprise!). This may be a consequence
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_wtp.c | 569 wtp->tp_mps.drops = drop; in t5_wtp_data() 588 wtp->mps_xgm.drops = (drop & 0xFF); in t5_wtp_data() 773 wtp->mps_tp.drops = drop; in t5_wtp_data() 1154 wtp->mps_tp.drops = drop; in t6_wtp_data()
|