Home
last modified time | relevance | path

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

123

/trueos/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; \
/trueos/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
/trueos/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
/trueos/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.
/trueos/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()
HDip_dn_io.c434 q->ni.drops++; in dn_enqueue()
435 ni->drops++; in dn_enqueue()
/trueos/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)
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDdnlcstat_example.txt39 the find command exhausts the DNLC, and the hit rate drops to below 10%.
HDvopstat_example.txt54 you may see dynamic variable drops.
HDdvmstat_example.txt29 see the "re" value drops, and both the "maj" major faults and "fpi" values
/trueos/sys/netpfil/ipfw/test/
HDtest_dn_sched.c62 q->ni.drops++; in dn_enqueue()
HDdn_test.h84 int drops; member
/trueos/contrib/tcpdump/
HDprint-sflow.c97 u_int8_t drops[4]; member
110 u_int8_t drops[4]; member
773 EXTRACT_32BITS(sflow_flow_sample->drops), in sflow_print_flow_sample()
803 EXTRACT_32BITS(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
/trueos/sys/netinet/
HDip_dummynet.h176 uint32_t drops; member
/trueos/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
/trueos/sys/dev/sfxge/
HDsfxge_tx.h195 unsigned long drops; member
HDsfxge_tx.c124 SFXGE_TX_STAT(tx_drops, drops),
412 ++txq->drops; in sfxge_tx_queue_mbuf()
/trueos/sys/ofed/drivers/infiniband/ulp/ipoib/
HDKconfig24 drops for multicast and UD mode traffic from this interface,
/trueos/games/fortune/
HDREADME6 sure that your user community goes berzerk/sues your pants off/drops dead
/trueos/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]);
/trueos/sys/dev/ath/
HDif_ath_tx.c4471 int drops = 0; in ath_tx_comp_aggr_error() local
4500 drops++; in ath_tx_comp_aggr_error()
4525 if (drops) { in ath_tx_comp_aggr_error()
4621 int drops = 0; local
4688 drops++;
4703 if (drops)
4842 drops++;
4878 if (drops) {
4946 int drops = 0; local
5036 drops++;
[all …]
/trueos/contrib/ntp/html/build/hints/
HDsgi37 the amplitude drops to 0.5msec (surprise!). This may be a consequence
/trueos/crypto/openssh/
HDssh-keyscan.0108 key, and drops the connection as soon as it gets the key.
/trueos/sys/geom/sched/
HDREADME35 performance drops dramatically, and depending on read or write mode,

123