Home
last modified time | relevance | path

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

123

/NextBSD/sys/netgraph/bluetooth/include/
HDng_bluetooth.h70 u_int32_t drops; /* number if dropped items */ member
81 (q)->drops = 0; \
95 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++
156 u_int32_t drops; /* number if dropped items */ member
166 (q)->drops = 0; \
/NextBSD/sys/dev/cxgbe/
HDt4_mp_ring.c203 r->drops = counter_u64_alloc(flags); in mp_ring_alloc()
208 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in mp_ring_alloc()
229 if (r->drops != NULL) in mp_ring_free()
230 counter_u64_free(r->drops); in mp_ring_free()
265 counter_u64_add(r->drops, n); in mp_ring_enqueue()
351 counter_u64_zero(r->drops); in mp_ring_reset_stats()
HDt4_mp_ring.h51 counter_u64_t drops; member
/NextBSD/sys/net/
HDmp_ring.c203 r->drops = counter_u64_alloc(flags); in mp_ring_alloc()
208 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in mp_ring_alloc()
229 if (r->drops != NULL) in mp_ring_free()
230 counter_u64_free(r->drops); in mp_ring_free()
265 counter_u64_add(r->drops, n); in mp_ring_enqueue()
351 counter_u64_zero(r->drops); in mp_ring_reset_stats()
HDmp_ring.h51 counter_u64_t drops; member
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLjava_notes.txt9 * I see "drops"
13 dtrace: 2547 drops on CPU 0
21 If you see drops, you should first ask yourself whether you need to be
/NextBSD/share/examples/pf/
HDackpri11 # upload saturates the uplink, download drops to 7 kB/s. With the
12 # priority queue below, download drops only to 48 kB/s.
/NextBSD/sys/netpfil/ipfw/
HDip_dn_glue.c142 u_int32_t drops ; member
208 u_int32_t drops ; member
594 fq7->drops = ni->drops; in dn_c_copy_q()
599 fq8->drops = ni->drops; in dn_c_copy_q()
/NextBSD/usr.bin/calendar/calendars/
HDcalendar.computer15 01/08 Justice Dept. drops IBM suit, 1982
18 01/17 Justice Dept. begins IBM anti-trust suit, 1969 (drops it, January 8, 1982)
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdnlcstat_example.txt39 the find command exhausts the DNLC, and the hit rate drops to below 10%.
HDdvmstat_example.txt29 see the "re" value drops, and both the "maj" major faults and "fpi" values
HDvopstat_example.txt54 you may see dynamic variable drops.
/NextBSD/contrib/tcpdump/
HDprint-sflow.c89 uint8_t drops[4]; member
102 uint8_t drops[4]; member
778 EXTRACT_32BITS(sflow_flow_sample->drops), in sflow_print_flow_sample()
809 EXTRACT_32BITS(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
/NextBSD/sys/netpfil/ipfw/test/
HDtest_dn_sched.c62 q->ni.drops++; in dn_enqueue()
HDdn_test.h88 int drops; member
/NextBSD/cddl/usr.sbin/dtrace/tests/common/
HDMakefile19 drops \
/NextBSD/sys/netinet/
HDip_dummynet.h177 uint32_t drops; member
/NextBSD/sys/boot/ficl/softwords/
HDsoftcore.fr128 \ PREVIOUS drops the search order stack
146 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST
/NextBSD/sys/dev/sfxge/
HDsfxge_tx.h214 unsigned long drops; member
HDsfxge_tx.c118 SFXGE_TX_STAT(tx_drops, drops),
446 ++txq->drops; in sfxge_tx_queue_mbuf()
1801 uint64_t drops = 0; in sfxge_tx_get_drops() local
1812 drops += txq->drops + txq->get_overflow + in sfxge_tx_get_drops()
1817 return (drops); in sfxge_tx_get_drops()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDKconfig24 drops for multicast and UD mode traffic from this interface,
/NextBSD/etc/mtree/
HDBSD.tests.dist82 drops
/NextBSD/usr.bin/fortune/
HDREADME6 sure that your user community goes berzerk/sues your pants off/drops dead
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_consume.c2412 uint64_t drops; in dt_consume_cpu() local
2859 if ((drops = buf->dtbd_drops) == 0) in dt_consume_cpu()
2867 return (dt_handle_cpudrop(dtp, cpu, DTRACEDROP_PRINCIPAL, drops)); in dt_consume_cpu()
3304 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t)); local
3309 bzero(drops, max_ncpus * sizeof (uint64_t));
3331 drops[i] = buf->dtbd_drops;
3370 if (drops[i] != 0) {
3372 DTRACEDROP_PRINCIPAL, drops[i]);
/NextBSD/contrib/ntp/html/hints/
HDsgi37 the amplitude drops to 0.5msec (surprise!). This may be a consequence

123