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

1 2 3 4

  /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...]
  /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];
  /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_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;
  /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
  /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]--;
  /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]);
  /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;
  /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]);
  /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...]
asan_thread.h 132 AsanStats &stats() { return stats_; } function in class:__asan::AsanThread
  /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 */
  /src/sys/kern/
subr_iostat.c 140 struct io_stats *stats; local in function:iostat_alloc
142 stats = kmem_zalloc(sizeof(*stats), KM_SLEEP);
143 stats->io_type = type;
144 stats->io_parent = parent;
145 (void)strlcpy(stats->io_name, name, sizeof(stats->io_name));
150 getmicrouptime(&stats->io_attachtime);
156 TAILQ_INSERT_TAIL(&iostatlist, stats, io_link);
160 return stats;
347 struct io_stats *stats; local in function:iostati_getnames
403 struct io_stats *stats; local in function:sysctl_hw_iostats
    [all...]
  /src/sys/altq/
altq_priq.h 108 struct redstats red[3]; /* rio has 3 red stats */
116 struct priq_classstats *stats; /* pointer to stats array */ member in struct:priq_class_stats
altq_wfq.h 70 queue_stats stats; member in struct:wfq_getstats
  /src/sys/arch/dreamcast/dreamcast/
sysasic.c 209 volatile uint32_t *masks, *stats; local in function:sysasic_intr_enable
225 stats = (volatile uint32_t *) SYSASIC_INTR_ST;
231 stats[evmap] = evbit;
243 stats[evmap] = evbit;
  /src/sys/arch/i386/stand/efiboot/
efinet.c 322 struct netif_stats *stats; local in function:efi_net_probe
406 stats = alloc(nifs * sizeof(*stats));
407 if (efinetif.netif_ifs == NULL || stats == NULL) {
412 if (stats != NULL)
413 dealloc(stats, nifs * sizeof(*stats));
420 memset(stats, 0, nifs * sizeof(*stats));
427 dif->dif_stats = &stats[i]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 302 uptr stats[AllocatorStatCount]; local in function:__sanitizer_get_current_allocated_bytes
303 allocator.GetStats(stats);
304 return stats[AllocatorStatAllocated];
309 uptr stats[AllocatorStatCount]; local in function:__sanitizer_get_heap_size
310 allocator.GetStats(stats);
311 return stats[AllocatorStatMapped];
  /src/usr.bin/nfsstat/
nfsstat.c 200 * Print a description of the nfs stats.
358 printf("Server Cache Stats:\n");
391 struct stats { struct in function:sidewaysintpr
  /src/sys/stand/efiboot/
efinet.c 329 struct netif_stats *stats; local in function:efi_net_probe
422 stats = alloc(nifs * sizeof(*stats));
423 if (efinetif.netif_ifs == NULL || stats == NULL) {
428 if (stats != NULL)
429 dealloc(stats, nifs * sizeof(*stats));
436 memset(stats, 0, nifs * sizeof(*stats));
443 dif->dif_stats = &stats[i]
    [all...]

Completed in 52 milliseconds

1 2 3 4