HomeSort by: relevance | last modified time | path
    Searched defs:stats (Results 1 - 25 of 154) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.sbin/altq/altqstat/
qdisc_wfq.c 53 queue_stats stats; member in struct:wfqinfo
110 qinfo[i].stats = wfq_stats.stats;
120 qinfo[i].bps = calc_rate(qinfo[i].stats.xmit_cnt.bytes,
122 qinfo[i].last_bytes = qinfo[i].stats.xmit_cnt.bytes;
131 top[j]->stats.xmit_cnt.packets <
132 qinfo[i].stats.xmit_cnt.packets)) {
150 top[j]->stats.weight,
151 top[j]->stats.bytes / 1024,
152 (ull)top[j]->stats.xmit_cnt.packets,
    [all...]
qdisc_wfq.c 53 queue_stats stats; member in struct:wfqinfo
110 qinfo[i].stats = wfq_stats.stats;
120 qinfo[i].bps = calc_rate(qinfo[i].stats.xmit_cnt.bytes,
122 qinfo[i].last_bytes = qinfo[i].stats.xmit_cnt.bytes;
131 top[j]->stats.xmit_cnt.packets <
132 qinfo[i].stats.xmit_cnt.packets)) {
150 top[j]->stats.weight,
151 top[j]->stats.bytes / 1024,
152 (ull)top[j]->stats.xmit_cnt.packets,
    [all...]
  /src/sys/arch/ia64/stand/efi/libefi/
efinet.c 239 static struct netif_stats stats[MAX_INTERFACES]; local in function:efinet_init_driver
259 memset(stats, 0, sizeof(stats));
264 dif->dif_stats = &stats[i];
efinet.c 239 static struct netif_stats stats[MAX_INTERFACES]; local in function:efinet_init_driver
259 memset(stats, 0, sizeof(stats));
264 dif->dif_stats = &stats[i];
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h 26 // Per-thread stats, live in per-thread cache.
59 // Global stats, used for aggregation and querying.
90 const AllocatorStats *stats = this; local in function:AllocatorGlobalStats::Get
93 s[i] += stats->Get(AllocatorStat(i));
94 stats = stats->next_;
95 if (stats == this)
98 // All stats must be non-negative.
sanitizer_allocator_stats.h 26 // Per-thread stats, live in per-thread cache.
59 // Global stats, used for aggregation and querying.
90 const AllocatorStats *stats = this; local in function:AllocatorGlobalStats::Get
93 s[i] += stats->Get(AllocatorStat(i));
94 stats = stats->next_;
95 if (stats == this)
98 // All stats must be non-negative.
sanitizer_stackdepotbase.h 34 StackDepotStats *GetStats() { return &stats; }
55 StackDepotStats stats; member in class:__sanitizer::StackDepotBase
120 stats.n_uniq_ids++;
127 stats.allocated += memsz;
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_ioctl.c 211 struct drm_stats *stats = data; local in function:drm_getstats
214 memset(stats, 0, sizeof(struct drm_stats));
220 stats->data[i].value =
223 stats->data[i].value = atomic_read(&dev->counts[i]);
224 stats->data[i].type = dev->types[i];
227 stats->count = dev->counters;
drm_ioctl.c 211 struct drm_stats *stats = data; local in function:drm_getstats
214 memset(stats, 0, sizeof(struct drm_stats));
220 stats->data[i].value =
223 stats->data[i].value = atomic_read(&dev->counts[i]);
224 stats->data[i].type = dev->types[i];
227 stats->count = dev->counters;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 58 /* logging related stats */
63 } stats[GUC_MAX_LOG_BUFFER]; member in struct:intel_guc_log
intel_guc_log.h 58 /* logging related stats */
63 } stats[GUC_MAX_LOG_BUFFER]; member in struct:intel_guc_log
  /src/sys/net/npf/
npf.c 192 uint64_t *stats = percpu_getref(npf->stats_percpu); local in function:npf_stats_inc
193 stats[st]++;
200 uint64_t *stats = percpu_getref(npf->stats_percpu); local in function:npf_stats_dec
201 stats[st]--;
npf.c 192 uint64_t *stats = percpu_getref(npf->stats_percpu); local in function:npf_stats_inc
193 stats[st]++;
200 uint64_t *stats = percpu_getref(npf->stats_percpu); local in function:npf_stats_dec
201 stats[st]--;
  /src/usr.sbin/iwictl/
iwictl.c 207 static u_int32_t stats[256]; local in function:get_statistics
210 if (do_req(iface, SIOCGTABLE0, stats) == -1)
214 (void)printf("%-60s[%u]\n", st->desc, stats[st->index]);
iwictl.c 207 static u_int32_t stats[256]; local in function:get_statistics
210 if (do_req(iface, SIOCGTABLE0, stats) == -1)
214 (void)printf("%-60s[%u]\n", st->desc, stats[st->index]);
  /src/usr.sbin/npf/npfd/
npfd.c 52 static volatile sig_atomic_t hup, stats, done, flush; variable in typeref:typename:volatile sig_atomic_t
88 if (stats) {
89 stats = false;
133 stats = true;
npfd.c 52 static volatile sig_atomic_t hup, stats, done, flush; variable in typeref:typename:volatile sig_atomic_t
88 if (stats) {
89 stats = false;
133 stats = true;
  /src/usr.sbin/ipwctl/
ipwctl.c 334 static unsigned long stats[256]; /* XXX */ local in function:get_statistics
337 if (do_req(iface, SIOCGTABLE1, stats) == -1) {
349 (void)printf("%lu", stats[st->index]);
353 (void)printf(stats[st->index] ? "true" : "false");
357 (void)printf("%lu%%", stats[st->index]);
362 (void)printf("0x%08lX", stats[st->index]);
ipwctl.c 334 static unsigned long stats[256]; /* XXX */ local in function:get_statistics
337 if (do_req(iface, SIOCGTABLE1, stats) == -1) {
349 (void)printf("%lu", stats[st->index]);
353 (void)printf(stats[st->index] ? "true" : "false");
357 (void)printf("%lu%%", stats[st->index]);
362 (void)printf("0x%08lX", stats[st->index]);
  /src/regress/sys/uvm/pdsim/
pdsim.c 54 } stats[MAXID]; variable in typeref:struct:__anon6eb722e60108[]
191 stats[index].fault++;
196 stats[index].hit++;
276 if (stats[i].fault == 0) {
280 stats[i].hit, stats[i].fault, irr[i]);
  /src/sys/dev/pcmcia/
if_cnwioctl.h 85 struct cnwstats stats; member in struct:cnwistats
109 #define SIOCGCNWSTATS _IOWR('i', 250, struct cnwistats)/* get stats */
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stats.cc 44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
48 Printf("Stats: %zuM really freed by %zu calls\n",
50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
55 Printf("Stats: malloc large: %zu\n", malloc_large);
58 void AsanStats::MergeFrom(const AsanStats *stats) {
60 const uptr *src_ptr = reinterpret_cast<const uptr*>(stats);
79 accumulated_stats->MergeFrom(&t->stats());
82 static void GetAccumulatedStats(AsanStats *stats) {
109 AsanStats stats; local in function:__asan::FillMallocStatistics
123 AsanStats stats; local in function:__asan::PrintAccumulatedStats
140 AsanStats stats; local in function:__sanitizer_get_current_allocated_bytes
150 AsanStats stats; local in function:__sanitizer_get_heap_size
156 AsanStats stats; local in function:__sanitizer_get_free_bytes
    [all...]
  /src/tests/lib/libpthread/
h_resolv.c 61 static pthread_mutex_t stats = PTHREAD_MUTEX_INITIALIZER; variable in typeref:typename:pthread_mutex_t
113 pthread_mutex_lock(&stats);
116 pthread_mutex_unlock(&stats);
  /src/usr.bin/netstat/
vtw.c 228 vtw_stats_t stats; local in function:show_vtw_stats
239 snarf(p, &stats, sizeof(stats));
241 printf("\t\t%" PRIu64 " inserts\n", stats.ins);
242 printf("\t\t%" PRIu64 " deletes\n", stats.del);
243 printf("\t\t%" PRIu64 " assassinations\n", stats.kill);
245 printf("\t\t%" PRIu64 " look\n", stats.look[0]);
246 printf("\t\t%" PRIu64 " hit\n", stats.hit[0]);
247 printf("\t\t%" PRIu64 " miss\n", stats.miss[0]);
248 printf("\t\t%" PRIu64 " probe\n", stats.probe[0])
    [all...]
  /src/usr.bin/systat/
iostat.c 56 static int stats(int, int, int);
226 row = stats(row, INSET, i);
246 (void) stats(row + 3, col, i);
252 stats(int row, int col, int dn) function in typeref:typename:int
257 /* elapsed time for disk stats */

Completed in 29 milliseconds

1 2 3 4 5 6 7