Home
last modified time | relevance | path

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

12345

/freebsd-14.2/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h71 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-14.2/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h55 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 Ddn_aqm.h135 qni->drops++; in update_stats()
136 sni->drops++; in update_stats()
H A Dip_dn_glue.c146 u_int32_t drops ; member
211 u_int32_t drops ; member
596 fq7->drops = ni->drops; in dn_c_copy_q()
601 fq8->drops = ni->drops; in dn_c_copy_q()
H A Ddn_sched_fq_pie.c101 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-14.2/sys/netgraph/
H A Dng_vlan_rotate.c149 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 Dng_vlan_rotate.h52 uint64_t drops, excessive, incomplete; member
/freebsd-14.2/sys/net/
H A Dmp_ring.c270 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc()
275 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc()
298 if (r->drops != NULL) in ifmp_ring_free()
299 counter_u64_free(r->drops); in ifmp_ring_free()
335 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
410 counter_u64_add(r->drops, n); in ifmp_ring_enqueue()
516 counter_u64_zero(r->drops); in ifmp_ring_reset_stats()
H A Dmp_ring.h54 counter_u64_t drops; member
/freebsd-14.2/share/examples/pf/
H A Dackpri10 # upload saturates the uplink, download drops to 7 kB/s. With the
11 # priority queue below, download drops only to 48 kB/s.
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-access-ok-type.m42 dnl # Linux 5.0: access_ok() drops 'type' parameter:
/freebsd-14.2/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c67 q->ni.drops++; in dn_enqueue()
H A Ddn_test.h110 uint32_t drops; member
/freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile18 drops \
/freebsd-14.2/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-14.2/sys/netinet/
H A Dip_dummynet.h186 uint32_t drops; member
/freebsd-14.2/contrib/tcpdump/
H A Dprint-sflow.c100 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-14.2/sys/contrib/device-tree/Bindings/reset/
H A Dti,tps380x-reset.yaml15 RESET signal if the voltage drops below a preset threshold or upon a manual
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Drichtek,rtq6056.yaml17 The device monitors both of the drops across sense resistor and the BUS
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
H A Drt9455_charger.txt12 When the current in constant-voltage phase drops
H A Dbq2415x.yaml55 charge will be terminated when current in constant-voltage phase drops
H A Drichtek,rt9455.yaml32 percent of the output charge current. When the current in constant-voltage phase drops
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_tx.h219 unsigned long drops; member
/freebsd-14.2/stand/ficl/softwords/
H A Dsoftcore.fr153 \ PREVIOUS drops the search order stack
171 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST

12345