Searched refs:stats (Results 1 - 25 of 526) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfpu_emulator.h35 } stats; member in struct:mips_fpu_emulator_private
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_memcmds.c114 memstats_t stats; local
116 res = KMEMSTATS(&stats);
119 xprintf("Total bytes: %d\n",stats.mem_totalbytes);
120 xprintf("Free bytes: %d\n",stats.mem_freebytes);
121 xprintf("Free nodes: %d\n",stats.mem_freenodes);
122 xprintf("Allocated bytes: %d\n",stats.mem_allocbytes);
123 xprintf("Allocated nodes: %d\n",stats.mem_allocnodes);
124 xprintf("Largest free node: %d\n",stats.mem_largest);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dipip.h39 stats->tx_bytes += pkt_len; \
40 stats->tx_packets++; \
42 stats->tx_errors++; \
43 stats->tx_aborted_errors++; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dipip.h39 stats->tx_bytes += pkt_len; \
40 stats->tx_packets++; \
42 stats->tx_errors++; \
43 stats->tx_aborted_errors++; \
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Ddeflate.c53 struct compstat stats; member in struct:deflate_state
68 static void z_comp_stats __P((void *state, struct compstat *stats));
105 z_comp_stats(arg, stats)
107 struct compstat *stats;
112 *stats = state->stats;
113 stats->ratio = stats->unc_bytes;
114 out = stats->comp_bytes + stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Ddeflate.c63 struct compstat stats; member in struct:deflate_state
78 static void z_comp_stats __P((void *state, struct compstat *stats));
115 z_comp_stats(arg, stats)
117 struct compstat *stats;
122 *stats = state->stats;
123 stats->ratio = stats->unc_bytes;
124 out = stats->comp_bytes + stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Ddeflate.c61 struct compstat stats; member in struct:deflate_state
76 static void z_comp_stats __P((void *state, struct compstat *stats));
113 z_comp_stats(arg, stats)
115 struct compstat *stats;
120 *stats = state->stats;
121 stats->ratio = stats->unc_bytes;
122 out = stats->comp_bytes + stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/pcp/
H A Dsamba.c145 struct profile_stats *stats; variable in typeref:struct:profile_stats
162 atom->ul = stats->smb_count;
165 atom->ul = stats->uid_changes;
174 atom->ul = stats->statcache_lookups;
177 atom->ul = stats->statcache_misses;
180 atom->ul = stats->statcache_hits;
189 atom->ul = stats->writecache_num_write_caches;
192 atom->ul = stats->writecache_allocated_write_caches;
195 atom->ul = stats->writecache_read_hits;
198 atom->ul = stats
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dwrapper.c43 struct net_device_stats *stats,
46 struct net_device_stats *stats,
49 struct net_device_stats *stats,
52 struct net_device_stats *stats,
55 static void (*state[])(struct net_device *dev, struct net_device_stats *stats,
169 * Function async_bump (buf, len, stats)
174 inline void async_bump(struct net_device *dev, struct net_device_stats *stats, argument
181 stats->rx_dropped++;
198 stats->rx_packets++;
199 stats
208 async_unwrap_char(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
221 state_outside_frame(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
248 state_begin_frame(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
286 state_link_escape(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
327 state_inside_frame(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c216 STATSONLY( tp->stats.totalJobsMQ++;
218 STATSONLY( tp->stats.totalTimeMQ += diffTime;
237 STATSONLY( tp->stats.totalJobsLQ++;
239 STATSONLY( tp->stats.totalTimeLQ += diffTime;
286 * ThreadPoolStats *stats must be valid non null stats structure
288 STATSONLY( static void StatsInit( ThreadPoolStats * stats ) {
289 assert( stats != NULL ); stats->totalIdleTime = 0; stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dwrapper.h55 void async_bump(struct net_device *dev, struct net_device_stats *stats,
57 void async_unwrap_char(struct net_device *dev, struct net_device_stats *stats,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dwrapper.h55 void async_bump(struct net_device *dev, struct net_device_stats *stats,
57 void async_unwrap_char(struct net_device *dev, struct net_device_stats *stats,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddefxx.c1803 /* Fill the bp->stats structure with driver-maintained counters */
1805 bp->stats.rx_packets = bp->rcv_total_frames;
1806 bp->stats.tx_packets = bp->xmt_total_frames;
1807 bp->stats.rx_bytes = bp->rcv_total_bytes;
1808 bp->stats.tx_bytes = bp->xmt_total_bytes;
1809 bp->stats.rx_errors = (u32)(bp->rcv_crc_errors + bp->rcv_frame_status_errors + bp->rcv_length_errors);
1810 bp->stats.tx_errors = bp->xmt_length_errors;
1811 bp->stats.rx_dropped = bp->rcv_discards;
1812 bp->stats.tx_dropped = bp->xmt_discards;
1813 bp->stats
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_dev.c56 struct net_device_stats *stats = (struct net_device_stats *)dev->priv; local
60 stats->rx_errors++;
64 stats->rx_packets++;
65 stats->rx_bytes += skb->len;
102 struct net_device_stats *stats = (struct net_device_stats *)dev->priv; local
123 stats->tx_errors++;
127 stats->tx_packets++;
128 stats->tx_bytes += skbn->len;
164 struct net_device_stats *stats = (struct net_device_stats *)dev->priv; local
171 stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppstats/
H A Dpppstats.c7 * -v Show more stats for VJ TCP header compression
148 req.stats_ptr = (caddr_t) &req.stats;
162 *curp = req.stats;
174 creq.stats_ptr = (caddr_t) &creq.stats;
188 perror("couldn't get PPP compression stats");
194 if (creq.stats.c.bytes_out == 0) {
195 creq.stats.c.bytes_out = creq.stats.c.comp_bytes + creq.stats.c.inc_bytes;
196 creq.stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppstats/
H A Dpppstats.c7 * -v Show more stats for VJ TCP header compression
148 req.stats_ptr = (caddr_t) &req.stats;
162 *curp = req.stats;
174 creq.stats_ptr = (caddr_t) &creq.stats;
188 perror("couldn't get PPP compression stats");
194 if (creq.stats.c.bytes_out == 0) {
195 creq.stats.c.bytes_out = creq.stats.c.comp_bytes + creq.stats.c.inc_bytes;
196 creq.stats
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppstats/
H A Dpppstats.c7 * -v Show more stats for VJ TCP header compression
148 req.stats_ptr = (caddr_t) &req.stats;
162 *curp = req.stats;
174 creq.stats_ptr = (caddr_t) &creq.stats;
188 perror("couldn't get PPP compression stats");
194 if (creq.stats.c.bytes_out == 0) {
195 creq.stats.c.bytes_out = creq.stats.c.comp_bytes + creq.stats.c.inc_bytes;
196 creq.stats
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Destimator.c83 struct tc_stats *stats; member in struct:qdisc_estimator
110 struct tc_stats *st = e->stats;
126 e->stats->pps = (e->avpps+0x1FF)>>10;
134 int qdisc_new_estimator(struct tc_stats *stats, struct rtattr *opt) argument
151 est->stats = stats;
153 est->last_bytes = stats->bytes;
154 est->avbps = stats->bps<<5;
155 est->last_packets = stats->packets;
156 est->avpps = stats
172 qdisc_kill_estimator(struct tc_stats *stats) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.c34 gre_stats_t stats; variable
317 stats.rx_errors++;
344 stats.rx_invalid++;
354 if (ack_recv == stats.pt.seq) {
355 int rtt = time_now_usecs() - stats.pt.time;
356 stats.rtt = (stats.rtt + rtt) / 2;
371 stats.rx_truncated++;
378 stats.rx_accepted++;
388 stats
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A DMakefile14 stats.o

Completed in 153 milliseconds

1234567891011>>