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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dprintable_string.c12 const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str) argument
25 if (stats) {
26 stats->byte_count = (s - str);
27 stats->unicode_count = (s - str);
28 stats->unicode_width = (s - str);
40 dst = unicode_conv_to_printable(stats, str);
52 if (stats) {
53 stats->byte_count = (d - dst);
54 stats->unicode_count = (d - dst);
55 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dprintable_string.c12 const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str) argument
25 if (stats) {
26 stats->byte_count = (s - str);
27 stats->unicode_count = (s - str);
28 stats->unicode_width = (s - str);
40 dst = unicode_conv_to_printable(stats, str);
52 if (stats) {
53 stats->byte_count = (d - dst);
54 stats->unicode_count = (d - dst);
55 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dprintable_string.c12 const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str) argument
25 if (stats) {
26 stats->byte_count = (s - str);
27 stats->unicode_count = (s - str);
28 stats->unicode_width = (s - str);
40 dst = unicode_conv_to_printable(stats, str);
52 if (stats) {
53 stats->byte_count = (d - dst);
54 stats->unicode_count = (d - dst);
55 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 Dtsacct.c29 void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) argument
43 stats->ac_etime = ac_etime;
44 stats->ac_btime = get_seconds() - ts.tv_sec;
46 stats->ac_exitcode = tsk->exit_code;
48 stats->ac_flag |= AFORK;
51 stats->ac_flag |= ASU;
53 stats->ac_flag |= ACORE;
55 stats->ac_flag |= AXSIG;
56 stats->ac_nice = task_nice(tsk);
57 stats
86 xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dtsacct.c29 void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) argument
43 stats->ac_etime = ac_etime;
44 stats->ac_btime = get_seconds() - ts.tv_sec;
46 stats->ac_exitcode = tsk->exit_code;
48 stats->ac_flag |= AFORK;
51 stats->ac_flag |= ASU;
53 stats->ac_flag |= ACORE;
55 stats->ac_flag |= AXSIG;
56 stats->ac_nice = task_nice(tsk);
57 stats
86 xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dwext-proc.c32 /* Get stats from the driver */
33 struct iw_statistics *stats = get_wireless_stats(dev); local
36 /* show device if it's wireless regardless of current stats */
37 if (!stats) {
40 stats = &nullstats;
44 stats = &nullstats;
48 if (stats) {
51 dev->name, stats->status, stats->qual.qual,
52 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dwext-proc.c32 /* Get stats from the driver */
33 struct iw_statistics *stats = get_wireless_stats(dev); local
36 /* show device if it's wireless regardless of current stats */
37 if (!stats) {
40 stats = &nullstats;
44 stats = &nullstats;
48 if (stats) {
51 dev->name, stats->status, stats->qual.qual,
52 stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.c250 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) argument
252 if (stats) {
253 debugfs_remove(stats->b_debug_check);
254 stats->b_debug_check = NULL;
255 debugfs_remove(stats->b_debug_failure);
256 stats->b_debug_failure = NULL;
257 debugfs_remove(stats->b_debug_recover);
258 stats->b_debug_recover = NULL;
259 debugfs_remove(stats->b_debug_dir);
260 stats
264 ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
300 ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
306 ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) argument
312 ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
318 ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) argument
323 ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) argument
339 ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) argument
355 ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) argument
420 ocfs2_block_check_validate(void *data, size_t blocksize, struct ocfs2_block_check *bc, struct ocfs2_blockcheck_stats *stats) argument
526 ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, struct ocfs2_block_check *bc, struct ocfs2_blockcheck_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dblockcheck.c250 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) argument
252 if (stats) {
253 debugfs_remove(stats->b_debug_check);
254 stats->b_debug_check = NULL;
255 debugfs_remove(stats->b_debug_failure);
256 stats->b_debug_failure = NULL;
257 debugfs_remove(stats->b_debug_recover);
258 stats->b_debug_recover = NULL;
259 debugfs_remove(stats->b_debug_dir);
260 stats
264 ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
300 ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
306 ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) argument
312 ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, struct dentry *parent) argument
318 ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) argument
323 ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) argument
339 ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) argument
355 ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) argument
420 ocfs2_block_check_validate(void *data, size_t blocksize, struct ocfs2_block_check *bc, struct ocfs2_blockcheck_stats *stats) argument
526 ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr, struct ocfs2_block_check *bc, struct ocfs2_blockcheck_stats *stats) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/scripts/perl/bin/
H A Dworkqueue-stats-report2 # description: workqueue stats (ins/exe/create/destroy)
3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/workqueue-stats.pl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/
H A DRepMgrStats.cs17 internal RepMgrStats(Internal.RepMgrStatStruct stats) { argument
18 st = stats;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/scripts/perl/bin/
H A Dworkqueue-stats-report2 # description: workqueue stats (ins/exe/create/destroy)
3 perf trace $@ -s ~/libexec/perf-core/scripts/perl/workqueue-stats.pl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DRepMgrStats.cs17 internal RepMgrStats(Internal.RepMgrStatStruct stats) { argument
18 st = stats;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DRepMgrStats.cs17 internal RepMgrStats(Internal.RepMgrStatStruct stats) { argument
18 st = stats;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.c118 priv->stats.txfeedbackok++;
119 priv->stats.txoktotal++;
120 priv->stats.txokbytestotal += pstx_fb->pkt_length;
121 priv->stats.txokinperiod++;
124 priv->stats.txmulticast++;
125 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
127 priv->stats.txbroadcast++;
128 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
130 priv->stats.txunicast++;
131 priv->stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.c118 priv->stats.txfeedbackok++;
119 priv->stats.txoktotal++;
120 priv->stats.txokbytestotal += pstx_fb->pkt_length;
121 priv->stats.txokinperiod++;
124 priv->stats.txmulticast++;
125 priv->stats.txbytesmulticast += pstx_fb->pkt_length;
127 priv->stats.txbroadcast++;
128 priv->stats.txbytesbroadcast += pstx_fb->pkt_length;
130 priv->stats.txunicast++;
131 priv->stats
[all...]

Completed in 255 milliseconds

1234567891011>>