Searched refs:drops (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/sys/netgraph/
H A Dng_vlan_rotate.h52 uint64_t drops, excessive, incomplete; member in struct:ng_vlanrotate_stat
H A Dng_vlan_rotate.c82 {"drops", &ng_parse_uint64_type},
149 counter_u64_t drops, excessive, incomplete; member in struct:ng_vlanrotate_kernel_stats
176 vrp->stats.drops = counter_u64_alloc(M_WAITOK);
271 p->drops = counter_u64_fetch(vrp->stats.drops);
283 counter_u64_zero(vrp->stats.drops);
454 counter_u64_add(vrp->stats.drops, 1);
473 counter_u64_free(vrp->stats.drops);
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h55 uint32_t drops; member in struct:flow_stats
102 si->main_q.ni.drops ++;
103 q->stats.drops ++;
104 si->_si.ni.drops ++;
H A Ddn_aqm.h135 qni->drops++;
136 sni->drops++;
H A Dip_dn_glue.c88 #define DNOLD_NOERROR 0x0010 /* do not report ENOBUFS on drops */
146 u_int32_t drops ; member in struct:dn_flow_queue7
211 u_int32_t drops ; member in struct:dn_flow_queue8
599 fq7->drops = ni->drops;
604 fq8->drops = ni->drops;
H A Ddn_sched_fq_pie.c101 uint32_t drops; member in struct:flow_stats
297 si->main_q.ni.drops ++;
298 q->stats.drops ++;
299 si->_si.ni.drops ++;
H A Dip_dn_io.c548 q->ni.drops++;
549 ni->drops++;
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h71 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_mbufq
82 (q)->drops = 0; \
96 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
157 u_int32_t drops; /* number if dropped items */ member in struct:ng_bt_itemq
167 (q)->drops = 0; \
/freebsd-current/sys/net/
H A Dmp_ring.h54 counter_u64_t drops; member in struct:ifmp_ring
H A Dmp_ring.c269 r->drops = counter_u64_alloc(flags);
274 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL ||
297 if (r->drops != NULL)
298 counter_u64_free(r->drops);
334 counter_u64_add(r->drops, n);
409 counter_u64_add(r->drops, n);
515 counter_u64_zero(r->drops);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dandroid.inc23 // compiler-rt ever drops support for Android 8.0.
/freebsd-current/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c67 q->ni.drops++;
H A Ddn_test.h110 uint32_t drops; member in struct:dn_flow
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile18 drops \
/freebsd-current/sys/netinet/
H A Dip_dummynet.h187 uint32_t drops; member in struct:dn_flow
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_tx.h219 unsigned long drops; member in struct:sfxge_txq
H A Dsfxge_tx.c135 SFXGE_TX_STAT(tx_drops, drops),
525 ++txq->drops;
616 * NOTE: drops the txq mutex!
1967 uint64_t drops = 0; local
1978 drops += txq->drops + txq->get_overflow +
1983 return (drops);
/freebsd-current/contrib/tcpdump/
H A Dprint-sflow.c102 nd_uint32_t drops; member in struct:sflow_flow_sample_t
115 nd_uint32_t drops; member in struct:sflow_expanded_flow_sample_t
770 ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u",
776 GET_BE_U_4(sflow_flow_sample->drops),
800 ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u",
806 GET_BE_U_4(sflow_expanded_flow_sample->drops),
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c1577 * in many, many frame drops.
4678 int drops = 0; local
4705 drops++;
4730 if (drops) {
4837 int drops = 0; local
4907 drops++;
4922 if (drops)
5065 drops++;
5102 if (drops) {
5170 int drops local
[all...]
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh129 exclude SKIP common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c569 wtp->tp_mps.drops = drop;
588 wtp->mps_xgm.drops = (drop & 0xFF);
650 /* Add up the overflow drops on all 4 ports.*/
773 wtp->mps_tp.drops = drop;
1154 wtp->mps_tp.drops = drop;
1187 /* Add up the overflow drops on all 4 ports.*/
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c3025 uint64_t drops; local
3673 if ((drops = buf->dtbd_drops) == 0)
3677 * Explicitly zero the drops to prevent us from processing them again.
3683 rval = dt_handle_cpudrop(dtp, cpu, DTRACEDROP_PRINCIPAL, drops);
4123 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t)); local
4128 bzero(drops, max_ncpus * sizeof (uint64_t));
4150 drops[i] = buf->dtbd_drops;
4186 /* Consume drops. */
4188 if (drops[i] != 0) {
4193 DTRACEDROP_PRINCIPAL, drops[
[all...]
/freebsd-current/contrib/ncurses/
H A Dconfig.sub1366 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-current/contrib/libevent/build-aux/
H A Dconfig.sub1366 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-current/contrib/dialog/
H A Dconfig.sub1722 | skyos* | haiku* | rdos* | toppers* | drops* | es* \

Completed in 164 milliseconds

123