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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_proc.c69 &ifp->stats.rx_bytes,
70 &ifp->stats.rx_packets,
71 &ifp->stats.rx_errors,
72 &ifp->stats.rx_dropped,
73 &ifp->stats.rx_fifo_errors,
74 &ifp->stats.rx_frame_errors,
75 &ifp->stats.rx_compressed,
76 &ifp->stats.rx_multicast,
78 &ifp->stats.tx_bytes,
79 &ifp->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtsacct.c28 void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) argument
41 stats->ac_etime = ac_etime;
42 stats->ac_btime = xtime.tv_sec - ts.tv_sec;
44 stats->ac_exitcode = tsk->exit_code;
46 stats->ac_flag |= AFORK;
49 stats->ac_flag |= ASU;
51 stats->ac_flag |= ACORE;
53 stats->ac_flag |= AXSIG;
54 stats->ac_nice = task_nice(tsk);
55 stats
83 xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
[all...]
H A Dtaskstats.c172 struct taskstats *stats)
187 memset(stats, 0, sizeof(*stats));
192 * per-task-foo(stats, tsk);
195 delayacct_add_tsk(stats, tsk);
198 stats->version = TASKSTATS_VERSION;
199 bacct_add_tsk(stats, tsk);
202 xacct_add_tsk(stats, tsk);
211 struct taskstats *stats)
218 * Add additional stats fro
171 fill_pid(pid_t pid, struct task_struct *tsk, struct taskstats *stats) argument
210 fill_tgid(pid_t tgid, struct task_struct *first, struct taskstats *stats) argument
376 struct taskstats *stats; local
433 struct taskstats *stats; local
459 struct taskstats *stats; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtsacct_kern.h13 extern void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk);
15 static inline void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) argument
20 extern void xacct_add_tsk(struct taskstats *stats, struct task_struct *p);
24 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
H A Dtaskstats_kern.h20 sig->stats = NULL;
25 if (sig->stats)
26 kmem_cache_free(taskstats_cache, sig->stats);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DEvolveEvent.java20 private EvolveStats stats; field in class:EvolveEvent
24 this.stats = new EvolveStats();
35 return stats;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_isr.c44 struct net_device_stats *stats = &adapter->net_stats; local
46 memset(stats, 0, sizeof(*stats));
49 stats->rx_packets = adapter->stats.no_rcv;
51 stats->tx_packets = adapter->stats.xmitedframes +
52 adapter->stats.xmitfinished;
54 stats->rx_bytes = adapter->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.c49 static void init_stats(subframe_stats_t *stats);
50 static void update_stats(subframe_stats_t *stats, FLAC__int32 residual, unsigned incr);
51 static void compute_stats(subframe_stats_t *stats);
52 static FLAC__bool dump_stats(const subframe_stats_t *stats, const char *filename);
65 subframe_stats_t stats; local
133 init_stats(&stats);
139 update_stats(&stats, subframe->data.fixed.residual[i], 1);
144 update_stats(&stats, subframe->data.lpc.residual[i], 1);
151 for(i = 0; i < stats.nbuckets; i++) {
152 update_stats(&all_, stats
172 init_stats(subframe_stats_t *stats) argument
181 update_stats(subframe_stats_t *stats, FLAC__int32 residual, unsigned incr) argument
206 compute_stats(subframe_stats_t *stats) argument
213 dump_stats(const subframe_stats_t *stats, const char *filename) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/sb1250/
H A Dbus_watcher.c103 static int bw_print_buffer(char *page, struct bw_stats_struct *stats) argument
110 stats->l2_cor_d, stats->l2_bad_d);
112 stats->l2_cor_t, stats->l2_bad_t);
114 stats->mem_cor_d, stats->mem_bad_d);
115 len += sprintf(page+len, "IO-err %8ld\n", stats->bus_error);
118 (unsigned int)(G_SCD_BERR_TID(stats->status) & 0x3f),
119 (int)(G_SCD_BERR_TID(stats
154 create_proc_decoder(struct bw_stats_struct *stats) argument
176 struct bw_stats_struct *stats = data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipip.h39 stats->tx_bytes += pkt_len; \
40 stats->tx_packets++; \
42 stats->tx_errors++; \
43 stats->tx_aborted_errors++; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_est.c51 struct ip_vs_stats *stats; member in struct:ip_vs_estimator
82 s = e->stats;
122 int ip_vs_new_estimator(struct ip_vs_stats *stats) argument
130 est->stats = stats;
131 est->last_conns = stats->conns;
132 est->cps = stats->cps<<10;
134 est->last_inpkts = stats->inpkts;
135 est->inpps = stats->inpps<<10;
137 est->last_outpkts = stats
159 ip_vs_kill_estimator(struct ip_vs_stats *stats) argument
180 ip_vs_zero_estimator(struct ip_vs_stats *stats) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_utils_file.c37 struct stat stats; local
49 if (stat(p, &stats) == 0 && (stats.st_mode & S_IFMT) == S_IFDIR)
59 if (stat(p, &stats) == 0 && (stats.st_mode & S_IFMT) == S_IFDIR)
125 struct stat stats; local
133 if (fstat(fd, &stats) < 0) {
138 *buf = mmap(NULL, stats.st_size, PROT_READ, MAP_SHARED, fd, 0);
143 *bufsize = stats.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dwrapper.c202 * Function async_bump (buf, len, stats)
209 struct net_device_stats *stats,
228 stats->rx_dropped++;
265 stats->rx_packets++;
266 stats->rx_bytes += rx_buff->len;
281 struct net_device_stats *stats,
291 stats->rx_errors++;
292 stats->rx_missed_errors++;
321 struct net_device_stats *stats,
331 stats
208 async_bump(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff) argument
280 async_unwrap_bof(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
320 async_unwrap_eof(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
378 async_unwrap_ce(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
408 async_unwrap_other(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
472 async_unwrap_char(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c71 DB_TXN_STAT *stats; local
93 if ((ret = __os_umalloc(env, nbytes, &stats)) != 0)
97 memcpy(stats, &region->stat, sizeof(*stats));
98 stats->st_last_txnid = region->last_txnid;
99 stats->st_last_ckp = region->last_ckp;
100 stats->st_time_ckp = region->time_ckp;
101 stats->st_txnarray = (DB_TXN_ACTIVE *)&stats[1];
107 stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_net_sum.c92 struct net_device_stats *stats; local
111 stats = dev->get_stats(dev);
112 rx_packets += stats->rx_packets;
113 tx_packets += stats->tx_packets;
114 rx_bytes += stats->rx_bytes;
115 tx_bytes += stats->tx_bytes;
116 rx_errors += stats->rx_errors;
117 tx_errors += stats->tx_errors;
118 rx_dropped += stats->rx_dropped;
119 tx_dropped += stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/wanrouter/
H A Dwanproc.c233 "total packets received", wandev->stats.rx_packets);
235 "total packets transmitted", wandev->stats.tx_packets);
237 "total bytes received", wandev->stats.rx_bytes);
239 "total bytes transmitted", wandev->stats.tx_bytes);
241 "bad packets received", wandev->stats.rx_errors);
243 "packet transmit problems", wandev->stats.tx_errors);
245 "received frames dropped", wandev->stats.rx_dropped);
247 "transmit frames dropped", wandev->stats.tx_dropped);
249 "multicast packets received", wandev->stats.multicast);
251 "transmit collisions", wandev->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dbcast.c287 bcl->stats.sent_nacks++;
292 bcl->stats.bearer_congs++;
398 bcl->stats.sent_info++;
400 if (bcl->out_queue_size > bcl->stats.max_queue_sz)
401 bcl->stats.max_queue_sz = bcl->out_queue_size;
402 bcl->stats.queue_sz_counts++;
403 bcl->stats.accu_queue_sz += bcl->out_queue_size;
441 bcl->stats.recv_nacks++;
472 bcl->stats.recv_info++;
477 bcl->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixp2000/
H A Dpm3386.h20 void pm3386_get_stats(int port, struct net_device_stats *stats);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stat.c65 DB_REP_STAT *stats; local
79 if ((ret = __os_umalloc(env, sizeof(DB_REP_STAT), &stats)) != 0)
84 * copy just the stats struct so we won't block. We only copy out
85 * those stats that don't require acquiring any mutex.
88 memcpy(stats, &rep->stat, sizeof(*stats));
90 /* Copy out election stats. */
92 stats->st_election_status = 1;
94 stats->st_election_status = 2;
96 stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTest.java146 EvolveStats stats = event.getStats();
147 evolveNRead = stats.getNRead();
148 evolveNConverted = stats.getNConverted();
165 EvolveStats stats = store.evolve(config);
172 assertEquals(evolveNRead, stats.getNRead());
173 assertEquals(evolveNConverted, stats.getNConverted());
179 stats = store.evolve(config);
183 assertEquals(0, stats.getNRead());
184 assertEquals(0, stats.getNConverted());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c89 struct stat stats; local
91 if(0 == stat(filename, &stats)) {
94 stats.st_mode &= ~S_IWUSR;
95 stats.st_mode &= ~S_IWGRP;
96 stats.st_mode &= ~S_IWOTH;
99 stats.st_mode |= S_IWUSR;
103 stats.st_mode &= ~S_IWRITE;
105 stats.st_mode |= S_IWRITE;
107 if(0 != chmod(filename, stats.st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Difb.c42 struct net_device_stats stats; member in struct:ifb_private
45 /* mostly debug stats leave in for now */
72 struct net_device_stats *stats = &dp->stats; local
97 stats->tx_packets++;
98 stats->tx_bytes +=skb->len;
103 stats->tx_dropped++;
160 struct net_device_stats *stats = &dp->stats; local
164 stats
190 struct net_device_stats *stats = &dp->stats; local
[all...]

Completed in 198 milliseconds

1234567891011>>