Home
last modified time | relevance | path

Searched full:drops (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp778 // FIXME this drops the error on the floor. in readControlBlock()
796 // FIXME this drops the error on the floor. in readControlBlock()
809 // FIXME this drops the error on the floor. in readControlBlock()
846 // FIXME this drops the error on the floor. in readControlBlock()
863 // FIXME this drops the error on the floor. in readIdentifierBlock()
881 // FIXME this drops the error on the floor. in readIdentifierBlock()
894 // FIXME this drops the error on the floor. in readIdentifierBlock()
922 // FIXME this drops the error on the floor. in readIdentifierBlock()
939 // FIXME this drops the error on the floor. in readContextBlock()
957 // FIXME this drops the error on the floor. in readContextBlock()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp49 // FIXME this drops the error on the floor. in readDiagnostics()
61 // FIXME this drops the error on the floor. in readDiagnostics()
69 // FIXME this drops the error on the floor. in readDiagnostics()
79 // FIXME this drops the error on the floor. in readDiagnostics()
99 // FIXME this drops the error on the floor. in readDiagnostics()
165 // FIXME this drops the error on the floor. in readMetaBlock()
183 // FIXME this drops the error on the floor. in readMetaBlock()
214 // FIXME this drops the error on the floor. in readDiagnosticBlock()
237 // FIXME this drops the error on the floor. in readDiagnosticBlock()
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c82 {"drops", &ng_parse_uint64_type},
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 Dng_vlan_rotate.h52 uint64_t drops, excessive, incomplete; member
/freebsd/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.aggrate.d32 * drops.
34 * SECTION: Aggregations/Minimizing drops;
43 * is being set properly, there should be no aggregation drops. Note that
H A Dtst.switchrate.d31 * If the switch rate is set properly, there should be no drops.
42 * is being set properly, there should be no drops. Note that this test
/freebsd/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_fw_table_value.c170 * Drops/reacquires UH locks.
250 * Drops reference for table value with index @kidx, stored in @pval and
409 * Drops value reference for unused values (updates, deletes, partially
467 * to the index. Since we may perform many UH locks drops/acquires,
/freebsd/sys/net/
H A Dmp_ring.c269 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()
/freebsd/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/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/
H A Duncore-l3c.json89 "BriefDescription": "Count of the number of prefetch drops from this L3C",
90 "PublicDescription": "Count of the number of prefetch drops from this L3C",
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c100 nd_uint32_t drops; member
113 nd_uint32_t drops; member
768 … ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u", in sflow_print_flow_sample()
774 GET_BE_U_4(sflow_flow_sample->drops), in sflow_print_flow_sample()
798 ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u", in sflow_print_expanded_flow_sample()
804 GET_BE_U_4(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1082 * number of drops, the number of errors, the offset of the oldest record,
1094 uint64_t dtbd_drops; /* number of drops */
1124 * structure contains members to count drops other than the capacity drops
1126 * drops (including capacity dynamic drops, rinsing drops and dirty drops), and
1127 * speculative drops (including capacity speculative drops, drops due to busy
1128 * speculative buffers and drops due to unavailable speculative buffers).
1137 uint64_t dtst_dyndrops; /* dynamic drops */
1138 uint64_t dtst_dyndrops_rinsing; /* dyn drops due to rinsing */
1139 uint64_t dtst_dyndrops_dirty; /* dyn drops due to dirty */
1140 uint64_t dtst_specdrops; /* speculative drops */
[all …]
H A Ddtrace_impl.h321 * copying the various state fields (offset, drops, errors, etc.) into their
422 #define DTRACEBUF_DROPPED 0x0010 /* drops occurred */
432 uint32_t dtb_drops; /* number of drops */
436 uint32_t dtb_xamot_drops; /* drops in inactive buffer */
532 * speculative drops. The speculation states are as follows:
725 * counter to indicate dynamic drops (if in EMPTY state) vs. dynamic
726 * dirty drops (if in DIRTY state) vs. dynamic rinsing drops (if in
820 uint64_t dtdsc_drops; /* number of capacity drops */
821 uint64_t dtdsc_dirty_drops; /* number of dirty drops */
822 uint64_t dtdsc_rinsing_drops; /* number of rinsing drops */
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile17 drops \
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.11227 provides a special pseudo-probe to represent drops.
1230 polls for various kinds of drops
1232 will produce output similar to the following in order to represent drops:
1245 "msg": "... dynamic variable drops\n"
1278 returns 0 even if the specified tracing requests encountered errors or drops.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-access-ok-type.m42 dnl # Linux 5.0: access_ok() drops 'type' parameter:
/freebsd/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
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_modify_srq.356 "low watermark" asynchronous event once the number of WRs in the SRQ drops below srq_limit.
/freebsd/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/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
/freebsd/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

12345678910>>...19