Searched refs:stats (Results 51 - 75 of 2446) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dutils.c120 struct mii_ioctl_data stats;
122 stats.phy_id = id;
123 stats.reg_num = num;
124 stats.val_in = 0;
125 stats.val_out = 0;
127 ifr.ifr_data = (void *)&stats;
131 return ((stats.val_in << 16) | stats.val_out);
180 struct mii_ioctl_data stats;
182 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dutils.c120 struct mii_ioctl_data stats;
122 stats.phy_id = id;
123 stats.reg_num = num;
124 stats.val_in = 0;
125 stats.val_out = 0;
127 ifr.ifr_data = (void *)&stats;
131 return ((stats.val_in << 16) | stats.val_out);
180 struct mii_ioctl_data stats;
182 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dutils.c120 struct mii_ioctl_data stats;
122 stats.phy_id = id;
123 stats.reg_num = num;
124 stats.val_in = 0;
125 stats.val_out = 0;
127 ifr.ifr_data = (void *)&stats;
131 return ((stats.val_in << 16) | stats.val_out);
180 struct mii_ioctl_data stats;
182 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.c207 priv->stats.txfeedbackok++;
208 priv->stats.txoktotal++;
209 priv->stats.txokbytestotal += pstx_fb->pkt_length;
210 priv->stats.txokinperiod++;
215 priv->stats.txmulticast++;
216 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
220 priv->stats.txbroadcast++;
221 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
225 priv->stats.txunicast++;
226 priv->stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c232 priv->stats.txfeedbackok++;
233 priv->stats.txoktotal++;
234 priv->stats.txokbytestotal += pstx_fb->pkt_length;
235 priv->stats.txokinperiod++;
240 priv->stats.txmulticast++;
241 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
245 priv->stats.txbroadcast++;
246 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
250 priv->stats.txunicast++;
251 priv->stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.c207 priv->stats.txfeedbackok++;
208 priv->stats.txoktotal++;
209 priv->stats.txokbytestotal += pstx_fb->pkt_length;
210 priv->stats.txokinperiod++;
215 priv->stats.txmulticast++;
216 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
220 priv->stats.txbroadcast++;
221 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
225 priv->stats.txunicast++;
226 priv->stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c232 priv->stats.txfeedbackok++;
233 priv->stats.txoktotal++;
234 priv->stats.txokbytestotal += pstx_fb->pkt_length;
235 priv->stats.txokinperiod++;
240 priv->stats.txmulticast++;
241 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
245 priv->stats.txbroadcast++;
246 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
250 priv->stats.txunicast++;
251 priv->stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/
H A Dvmw_balloon.c206 struct vmballoon_stats stats; member in struct:vmballoon
228 STATS_INC(b->stats.start);
235 STATS_INC(b->stats.start_fail);
266 STATS_INC(b->stats.guest_type);
272 STATS_INC(b->stats.guest_type_fail);
299 /* update stats */
300 STATS_INC(b->stats.target);
309 STATS_INC(b->stats.target_fail);
327 STATS_INC(b->stats.lock);
334 STATS_INC(b->stats
685 struct vmballoon_stats *stats = &b->stats; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/can/
H A Dvcan.c76 struct net_device_stats *stats = &dev->stats; local
78 stats->rx_packets++;
79 stats->rx_bytes += cf->can_dlc;
92 struct net_device_stats *stats = &dev->stats; local
98 stats->tx_packets++;
99 stats->tx_bytes += cf->can_dlc;
112 stats->rx_packets++;
113 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/can/
H A Dvcan.c76 struct net_device_stats *stats = &dev->stats; local
78 stats->rx_packets++;
79 stats->rx_bytes += cf->can_dlc;
92 struct net_device_stats *stats = &dev->stats; local
98 stats->tx_packets++;
99 stats->tx_bytes += cf->can_dlc;
112 stats->rx_packets++;
113 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/
H A Dvmw_balloon.c206 struct vmballoon_stats stats; member in struct:vmballoon
228 STATS_INC(b->stats.start);
235 STATS_INC(b->stats.start_fail);
266 STATS_INC(b->stats.guest_type);
272 STATS_INC(b->stats.guest_type_fail);
299 /* update stats */
300 STATS_INC(b->stats.target);
309 STATS_INC(b->stats.target_fail);
327 STATS_INC(b->stats.lock);
334 STATS_INC(b->stats
685 struct vmballoon_stats *stats = &b->stats; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr037/
H A DRecnoDatabaseTest.cs193 RecnoStats stats = db.Stats();
194 ConfirmStatsPart1Case1(stats);
198 stats = db.Stats();
199 ConfirmStatsPart2Case1(stats);
204 stats = db.Stats();
205 ConfirmStatsPart3Case1(stats);
248 RecnoStats stats;
252 stats = db.Stats(statsTxn);
257 stats = db.Stats(statsTxn, Isolation.DEGREE_ONE);
261 ConfirmStatsPart1Case1(stats);
334 ConfirmStatsPart1Case1(RecnoStats stats) argument
348 ConfirmStatsPart2Case1(RecnoStats stats) argument
362 ConfirmStatsPart3Case1(RecnoStats stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr037/
H A DRecnoDatabaseTest.cs193 RecnoStats stats = db.Stats();
194 ConfirmStatsPart1Case1(stats);
198 stats = db.Stats();
199 ConfirmStatsPart2Case1(stats);
204 stats = db.Stats();
205 ConfirmStatsPart3Case1(stats);
248 RecnoStats stats;
252 stats = db.Stats(statsTxn);
257 stats = db.Stats(statsTxn, Isolation.DEGREE_ONE);
261 ConfirmStatsPart1Case1(stats);
334 ConfirmStatsPart1Case1(RecnoStats stats) argument
348 ConfirmStatsPart2Case1(RecnoStats stats) argument
362 ConfirmStatsPart3Case1(RecnoStats stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr037/
H A DRecnoDatabaseTest.cs193 RecnoStats stats = db.Stats();
194 ConfirmStatsPart1Case1(stats);
198 stats = db.Stats();
199 ConfirmStatsPart2Case1(stats);
204 stats = db.Stats();
205 ConfirmStatsPart3Case1(stats);
248 RecnoStats stats;
252 stats = db.Stats(statsTxn);
257 stats = db.Stats(statsTxn, Isolation.DEGREE_ONE);
261 ConfirmStatsPart1Case1(stats);
334 ConfirmStatsPart1Case1(RecnoStats stats) argument
348 ConfirmStatsPart2Case1(RecnoStats stats) argument
362 ConfirmStatsPart3Case1(RecnoStats stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-cgroup.c134 if (blkio_blkg_waiting(&blkg->stats))
138 blkg->stats.start_group_wait_time = sched_clock();
139 blkio_mark_blkg_waiting(&blkg->stats);
143 static void blkio_update_group_wait_time(struct blkio_group_stats *stats) argument
147 if (!blkio_blkg_waiting(stats))
151 if (time_after64(now, stats->start_group_wait_time))
152 stats->group_wait_time += now - stats->start_group_wait_time;
153 blkio_clear_blkg_waiting(stats);
157 static void blkio_end_empty_time(struct blkio_group_stats *stats) argument
186 struct blkio_group_stats *stats; local
203 struct blkio_group_stats *stats; local
219 struct blkio_group_stats *stats; local
255 blkio_end_empty_time(struct blkio_group_stats *stats) argument
298 struct blkio_group_stats *stats; local
315 struct blkio_group_stats *stats; local
461 struct blkio_group_stats *stats; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-cgroup.c134 if (blkio_blkg_waiting(&blkg->stats))
138 blkg->stats.start_group_wait_time = sched_clock();
139 blkio_mark_blkg_waiting(&blkg->stats);
143 static void blkio_update_group_wait_time(struct blkio_group_stats *stats) argument
147 if (!blkio_blkg_waiting(stats))
151 if (time_after64(now, stats->start_group_wait_time))
152 stats->group_wait_time += now - stats->start_group_wait_time;
153 blkio_clear_blkg_waiting(stats);
157 static void blkio_end_empty_time(struct blkio_group_stats *stats) argument
186 struct blkio_group_stats *stats; local
203 struct blkio_group_stats *stats; local
219 struct blkio_group_stats *stats; local
255 blkio_end_empty_time(struct blkio_group_stats *stats) argument
298 struct blkio_group_stats *stats; local
315 struct blkio_group_stats *stats; local
461 struct blkio_group_stats *stats; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl300 my %stats = %$hashref;
302 # Dump per-process stats
324 foreach $process_pid (keys %stats) {
326 if ($stats{$process_pid}->{STATE_PCPU_PAGES_DRAINED}) {
327 $stats{$process_pid}->{HIGH_PCPU_DRAINS}++;
328 $stats{$process_pid}->{STATE_PCPU_PAGES_DRAINED} = 0;
330 if ($stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED}) {
331 $stats{$process_pid}->{HIGH_PCPU_REFILLS}++;
332 $stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED} = 0;
337 $stats{
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl300 my %stats = %$hashref;
302 # Dump per-process stats
324 foreach $process_pid (keys %stats) {
326 if ($stats{$process_pid}->{STATE_PCPU_PAGES_DRAINED}) {
327 $stats{$process_pid}->{HIGH_PCPU_DRAINS}++;
328 $stats{$process_pid}->{STATE_PCPU_PAGES_DRAINED} = 0;
330 if ($stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED}) {
331 $stats{$process_pid}->{HIGH_PCPU_REFILLS}++;
332 $stats{$process_pid}->{STATE_PCPU_PAGES_REFILLED} = 0;
337 $stats{
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dtaskstats.c179 struct taskstats *stats)
194 memset(stats, 0, sizeof(*stats));
199 * per-task-foo(stats, tsk);
202 delayacct_add_tsk(stats, tsk);
205 stats->version = TASKSTATS_VERSION;
206 stats->nvcsw = tsk->nvcsw;
207 stats->nivcsw = tsk->nivcsw;
208 bacct_add_tsk(stats, tsk);
211 xacct_add_tsk(stats, ts
178 fill_pid(pid_t pid, struct task_struct *tsk, struct taskstats *stats) argument
219 fill_tgid(pid_t tgid, struct task_struct *first, struct taskstats *stats) argument
386 struct cgroupstats *stats; local
431 struct taskstats *stats; local
498 struct taskstats *stats; local
524 struct taskstats *stats; local
[all...]

Completed in 310 milliseconds

1234567891011>>