Searched refs:counter (Results 176 - 200 of 425) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_request.c2125 /* return the counter type as ASCII-string */
2184 /* increment this counter based on path and read/write */
2212 /* increment appropriate counter(s) anytime we post a new request */
2236 /* @todo future: may want to make a per-dev counter */
2239 /* public routine to print a particular counter with header msg */
2243 io_counters_t counter; local
2251 memcpy(&counter, pcounter, sizeof(counter));
2255 percent_reads = CALC_PERCENT_VS(counter.aio_read_cnt + counter
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test.h236 int counter = 5; \
242 } while (--counter > 0); \
/freebsd-current/contrib/ofed/libmlx5/
H A Dsrq.c133 srq->counter += nreq;
141 *srq->db = htobe32(srq->counter);
/freebsd-current/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c138 static unsigned int counter = 0; local
159 own_dir, getpid(), counter++);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp31 const statInfo counter::counterInfo[] = {
637 fprintf(statsOut, "%-25s, %s\n", counter::name(counter_e(s)),
647 fprintf(statsOut, "%s\n", counter::name(counter_e(s)));
655 counter const *theCounters) {
660 counter const *stat = &theCounters[c];
661 fprintf(statsOut, "%-25s, %s\n", counter::name(counter_e(c)),
857 if (counter::masterOnly(c) && t != 0)
883 counter *counters = (*it)->getCounters();
/freebsd-current/crypto/openssl/demos/pkey/
H A Ddsa.inc115 int rv = 0, gindex, counter;
138 if (EVP_PKEY_get_int_param(pkey, OSSL_PKEY_PARAM_FFC_PCOUNTER, &counter) > 0) {
139 if (counter != -1)
140 BIO_printf(bio, " %s = %d\n", OSSL_PKEY_PARAM_FFC_PCOUNTER, counter);
/freebsd-current/contrib/jemalloc/src/
H A Dstats.c97 const char *mutex, const char *counter) {
98 malloc_snprintf(str, buf_len, "stats.%s.%s.%s", prefix, mutex, counter);
121 #define OP(counter, counter_type, human, derived, base_counter) \
148 #define OP(counter, counter_type, human, derived, base_counter) \
149 dst = &col_##counter_type[mutex_counter_##counter]; \
153 "mutexes", name, #counter); \
178 #define OP(counter, counter_type, human, derived, base_counter) \
179 dst = &col_##counter_type[mutex_counter_##counter]; \
183 "arenas.0.mutexes", arena_mutex_names[mutex_ind], #counter);\
205 #define OP(counter, counter_typ
96 gen_mutex_ctl_str(char *str, size_t buf_len, const char *prefix, const char *mutex, const char *counter) argument
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dchacha-armv4.S40 ldr r12,[sp,#0] @ pull pointer to counter and nonce
67 ldmia r12,{r4,r5,r6,r7} @ load counter and nonce
70 stmdb sp!,{r4,r5,r6,r7} @ copy counter and nonce
367 addhi r8,r8,#1 @ next counter value
368 strhi r8,[sp,#4*(12)] @ save next counter value
685 addhi r8,r8,#1 @ next counter value
686 strhi r8,[sp,#4*(12)] @ save next counter value
806 ldr r12,[sp,#0] @ pull pointer to counter and nonce
817 vld1.32 {q3},[r12] @ load counter and nonce
822 vst1.32 {q2,q3},[r12] @ copy 1/2key|counter|nonc
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl98 ($out,$inp,$len,$key,$counter)=("%rdi","%rsi","%rdx","%rcx","%r8");
291 movdqu ($counter),%xmm3
339 paddd %xmm4,%xmm3 # increment counter
508 movdqu ($counter),$d
516 mov \$10,$counter # reuse $counter
526 mov \$10,$counter
544 &dec ($counter);
583 xor $counter,$counter
[all...]
/freebsd-current/sys/kern/
H A Dkern_switch.c113 uintptr_t counter; local
131 counter = (uintptr_t)p->oid_arg1;
133 *(long *)(dpcpu_off[i] + counter) = 0;
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_e500.c43 uint8_t pe_counter_mask; /* Which counter this can be counted in. */
366 uint32_t caps, config, counter; local
409 counter = ev->pe_counter_mask;
410 if ((counter & (1 << ri)) == 0)
H A Dhwpmc_powerpc.c185 uint32_t caps, config = 0, counter = 0; local
206 counter = ppc_event_codes[i].pe_flags;
213 if ((counter & (1 << ri)) == 0)
/freebsd-current/sys/net/
H A Dslcompress.c53 #define INCR(counter) ++comp->counter;
55 #define INCR(counter)
/freebsd-current/sys/dev/liquidio/
H A Dlio_main.c1064 uint64_t counter = 0; local
1071 counter += oct->droq[q_no]->stats.rx_pkts_received;
1077 counter += oct->instr_queue[q_no]->stats.tx_done;
1083 counter += oct->droq[q_no]->stats.rx_bytes_received;
1089 counter += oct->instr_queue[q_no]->stats.tx_tot_bytes;
1095 counter += oct->droq[q_no]->stats.rx_dropped;
1101 counter += oct->instr_queue[q_no]->stats.tx_dropped;
1105 counter = oct->link_stats.fromwire.total_mcst;
1108 counter = oct->link_stats.fromhost.mcast_pkts_sent;
1111 counter
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dsae.c285 u8 counter, k; local
333 * base || counter)
339 addr[1] = &counter;
340 len[1] = sizeof(counter);
349 for (counter = 1; counter <= k || !found; counter++) {
352 if (counter > 200) {
358 wpa_printf(MSG_DEBUG, "SAE: counter = %03u", counter);
451 u8 counter, k, sel_counter = 0; local
[all...]
H A Dwpa_ctrl.c98 static int counter = 0; local
118 counter++;
124 cli_path, (int) getpid(), counter);
130 (int) getpid(), counter);
/freebsd-current/sys/dev/mthca/
H A Dmthca_provider.h234 u16 counter; /* Arbel only */ member in struct:mthca_srq
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dstatus.c77 fprintf(stdout, "Failed contact counter: %d\n", le16toh(rp.counter));
/freebsd-current/sys/netipsec/
H A Dkeydb.h38 #include <sys/counter.h>
186 uint64_t cntr; /* counter for GCM and CTR */
/freebsd-current/sys/tests/epoch/
H A Depoch_test.c30 #include <sys/counter.h>
/freebsd-current/sys/sys/
H A Dsystm.h545 uint64_t counter; member in struct:unrhdr64
552 unr64->counter = low;
559 return (atomic_fetchadd_64(&unr64->counter, 1));
564 void counted_warning(unsigned *counter, const char *msg);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c25 #include <sys/counter.h>
/freebsd-current/sys/netinet/
H A Dudp_var.h95 #include <sys/counter.h>
/freebsd-current/contrib/atf/atf-c/detail/
H A Dtext_test.c99 size_t *counter = data; local
101 (*counter)++;
/freebsd-current/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_kg.h391 /**< counter_value: Set scheme counter to the specified value;
433 uint32_t counter);
437 uint32_t *counter);

Completed in 414 milliseconds

1234567891011>>