Searched refs:counters (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-11-stable/sys/mips/rmi/
H A Dmsgring.h327 unsigned short counters[16][8]; member in struct:stn_cc
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp784 PROCESS_MEMORY_COUNTERS counters; local
785 if (!GetProcessMemoryInfo(GetCurrentProcess(), &counters, sizeof(counters)))
787 return counters.WorkingSetSize;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c206 val->v.counter64 = pfs.counters[PFRES_MATCH];
209 val->v.counter64 = pfs.counters[PFRES_BADOFF];
212 val->v.counter64 = pfs.counters[PFRES_FRAG];
215 val->v.counter64 = pfs.counters[PFRES_SHORT];
218 val->v.counter64 = pfs.counters[PFRES_NORM];
221 val->v.counter64 = pfs.counters[PFRES_MEMORY];
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h718 bit32 counters,
724 bit32 counters
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c81 lc->counters[pos_state] = table_size;
133 if (--lc->counters[pos_state] == 0)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_stub.c246 /* the DRM has 6 basic counters */
247 dev->counters = 6;
H A DdrmP.h990 /** \name Performance counters */
992 unsigned long counters; member in struct:drm_device
1044 atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */
1688 /* (driver must alloc the right number of counters) */
/freebsd-11-stable/contrib/gcc/
H A Dprofile.c663 hist->hvalue.counters = XNEWVEC (gcov_type, hist->n_counters);
665 hist->hvalue.counters[j] = aact_count[j];
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c196 struct counters { struct
208 struct counters counters_buf;
684 D("failed to allocate the counters snapshot buffer");
991 /* take a new snapshot of the counters */
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp637 // Print histogram of counters
653 // We print all the counters even if they are zero.
848 // Accumulate counters.
880 counter *counters = (*it)->getCounters(); local
886 counters[c].reset();
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h1329 ocs_hw_link_stat_counts_t *counters,
1339 ocs_hw_host_stat_counts_t *counters,
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c279 V_pf_status.counters[i] = counter_u64_alloc(M_WAITOK);
1820 s->counters[i] =
1821 counter_u64_fetch(V_pf_status.counters[i]);
1857 counter_u64_zero(V_pf_status.counters[i]);
4012 /* Free counters last as we updated them during shutdown. */
4018 counter_u64_free(V_pf_status.counters[i]);
H A Dpf_table.c610 * a table without per-entry counters. Now they are always allocated,
612 * have counters.
798 pfr_create_kentry(struct pfr_addr *ad, bool counters) argument
815 if (counters)
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c1346 gmac_cc_config->counters[i >> 3][i & 0x07]);
2415 gmac_bucket_ids[k], cc->counters[r][c]);
2432 cc->counters[j][k]);
2489 /* dump all rx counters. we need this because pkts_rx includes
2498 /* dump all tx counters. might be useful for debugging. */
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c853 static void edit_counter(struct mlx4_counter *cnt, void *counters, argument
860 (struct ib_pma_portcounters *)counters;
875 (struct ib_pma_portcounters_ext *)counters;
962 /* iboe_process_mad() which uses the HCA flow-counters to implement IB PMA
/freebsd-11-stable/sys/net/
H A Dpfvar.h1193 counter_u64_add(V_pf_status.counters[x], 1); \
1197 counter_u64_t counters[PFRES_MAX]; /* reason for passing/dropping */ member in struct:pf_kstatus
1198 counter_u64_t lcounters[LCNT_MAX]; /* limit counters */
1199 counter_u64_t fcounters[FCNT_MAX]; /* state operation counters */
1200 counter_u64_t scounters[SCNT_MAX]; /* src_node operation counters */
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c592 (unsigned long long)s->counters[i]);
595 (double)s->counters[i] / (double)runtime);
1066 printf(" counters");
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c425 dev->counters = 6;
H A Di915_dma.c849 /* i915 has 4 more counters */
850 dev->counters += 4;
H A Dmga_dma.c95 /* FIXME: Reset counters, buffer ages etc...
417 dev->counters += 3;
H A DdrmP.h508 /* (driver must alloc the right number of counters) */
637 /* Performance counters */
638 unsigned long counters; member in struct:drm_device
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp129 for (const auto *E : S.counters()) {
982 for (const Expr *C : LoopDirective->counters()) {
1067 auto IC = LoopDirective->counters().begin();
1483 // Update counters values on current iteration.
1487 // In distribute directives only loop counters may be marked as linear, no
1687 for (const Expr *E : S.counters()) {
1712 // Privatize extra loop counters used in loops for ordered(n) clauses.
1741 // Get initial values of real counters.
1777 for (const Expr *C : LoopDirective->counters()) {
1846 auto IC = D.counters()
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c1470 /* i915 has 4 more counters */
1471 dev->counters += 4;
/freebsd-11-stable/sys/mips/rmi/dev/sec/
H A Drmilib.c124 xls_cc_table_sec.counters[i >> 3][i & 0x07] :
125 cc_table_sec.counters[i >> 3][i & 0x07]);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h432 /// allocated: loop counters, their updates and final values.
452 // specify the offset to the end (and start of the following counters/
481 // counters/updates/finals/dependent_counters/dependent_inits/finals_conditions
486 /// Get the counters storage.
493 /// Get the private counters storage.
524 /// Get the dependent counters storage.
823 /// Counters Loop counters.
825 /// PrivateCounters Loop counters.
827 /// Expressions for loop counters inits for CodeGen.
829 /// Expressions for loop counters updat
1104 ArrayRef<Expr *> counters() { return getCounters(); } function in class:clang::OMPLoopDirective
1106 ArrayRef<Expr *> counters() const { function in class:clang::OMPLoopDirective
[all...]

Completed in 431 milliseconds

123