Searched refs:counts (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
H A Derr.D_AGG_MDIM.bad.d42 @counts[0][2] = count();
H A Derr.D_FUNC_IDENT.bad.d42 @counts[0][2] = tick-1();
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
H A Dtst.count2.d47 @counts["tick-count"] = count();
H A Dtst.goodkey.d47 @counts[execname, pid, id, tid, arg0, vtimestamp ] = count();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithCount.d49 @counts["speculate"] = count();
/freebsd-13-stable/sys/riscv/riscv/
H A Dtimer.c102 uint64_t counts; local
104 counts = get_cycles();
106 return (counts);
122 uint64_t counts; local
125 counts = ((uint32_t)et->et_frequency * first) >> 32;
126 sbi_set_timer(get_cycles() + counts);
262 int64_t counts, counts_per_usec; local
271 for (counts = 200; counts > 0; counts
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dvdev_indirect_mapping.h130 uint32_t *counts, space_map_t *obsolete_space_sm);
133 uint64_t offset, uint64_t asize, uint32_t *counts);
135 vdev_indirect_mapping_t *vim, uint32_t *counts);
/freebsd-13-stable/sys/arm/arm/
H A Dplatform.c211 int counts; local
214 for (counts = plat_obj->cls->delay_count; counts > 0; counts--)
H A Dmpcore_timer.c503 int32_t counts; local
516 counts = (0x80000000U / counts_per_usec) - 1;
518 counts = usec * counts_per_usec;
522 while (counts > 0) {
524 counts -= (int32_t)(last - first);
545 int32_t counts; local
551 for (counts = 200; counts > 0; counts--)
H A Dgeneric_timer.c259 int counts, ctrl; local
264 counts = ((uint32_t)et->et_frequency * first) >> 32;
268 set_tval(counts, sc->physical);
539 int32_t counts, counts_per_usec; local
552 counts = (0x80000000U / counts_per_usec) - 1;
554 counts = usec * counts_per_usec;
558 while (counts > 0) {
560 counts -= (int32_t)(last - first);
569 int32_t counts; local
578 for (counts
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_mapping.c499 * Increment the relevant counts for the specified offset and length.
500 * The counts array must be obtained from
505 uint64_t offset, uint64_t length, uint32_t *counts)
526 VERIFY3U(counts[index] + inner_size, <=, size);
527 counts[index] += inner_size;
554 * Modify the counts (increment them) based on the spacemap.
558 uint32_t *counts, space_map_t *obsolete_space_sm)
561 losma.losma_counts = counts;
569 * Read the obsolete counts from disk, returning them in an array.
578 uint32_t *counts local
504 vdev_indirect_mapping_increment_obsolete_count(vdev_indirect_mapping_t *vim, uint64_t offset, uint64_t length, uint32_t *counts) argument
557 vdev_indirect_mapping_load_obsolete_spacemap(vdev_indirect_mapping_t *vim, uint32_t *counts, space_map_t *obsolete_space_sm) argument
591 vdev_indirect_mapping_free_obsolete_counts(vdev_indirect_mapping_t *vim, uint32_t *counts) argument
[all...]
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c296 int32_t counts; local
302 counts = usec * (bcm_systimer_tc.tc_frequency / 1000000) + 1;
306 while (counts > 0) {
311 counts -= (int32_t)(last - first);
313 counts -= (int32_t)((0xFFFFFFFF - first) + last);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-ifdef.mk18 # They evaluate to true if they are not empty. Whitespace counts as non-empty
H A Dcond-func-empty.mk71 # The variable SPACE has a single space, which counts as being empty.
76 # The variable .newline has a single newline, which counts as being empty.
81 # The empty variable named "" gets a fallback value of " ", which counts as
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c132 * Set auto-reload and current-count values. This timer hardware counts
391 int32_t counts; local
395 counts = (usec + 1) * (sc->sysclk_freq / 1000000);
399 while (counts > 0) {
402 counts -= (int32_t)(last - first);
404 counts -= (int32_t)((0xFFFFFFFF - first) + last);
/freebsd-13-stable/sys/arm/versatile/
H A Dsp804.c324 int32_t counts; local
328 counts = usec * ((sc->tc.tc_frequency / 1000000) + 1);
332 while (counts > 0) {
337 counts -= (int32_t)(last - first);
339 counts -= (int32_t)((0xFFFFFFFF - first) + last);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkupdate.c106 int section, numrrs = 0, counts[ns_s_max]; local
138 memset(counts, 0, sizeof counts);
144 counts[section]++;
146 if (counts[i])
730 hp->qdcount = htons(counts[0]);
731 hp->ancount = htons(counts[1]);
732 hp->nscount = htons(counts[2]);
733 hp->arcount = htons(counts[3]);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_lock.c92 atomic_inc(&dev->counts[_DRM_STAT_LOCKS]);
163 atomic_inc(&dev->counts[_DRM_STAT_UNLOCKS]);
H A Ddrm_fops.c74 for (i = 0; i < ARRAY_SIZE(dev->counts); i++)
75 atomic_set(&dev->counts[i], 0);
150 atomic_inc(&dev->counts[_DRM_STAT_OPENS]);
455 atomic_inc(&dev->counts[_DRM_STAT_CLOSES]);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c304 struct bio_data_counts counts; member in struct:bufferevent_openssl
552 bev_ssl->counts.n_written = wbio ? BIO_number_written(wbio) : 0;
554 bev_ssl->counts.n_read = rbio ? BIO_number_read(rbio) : 0;
563 unsigned long w = num_w - bev_ssl->counts.n_written;
564 unsigned long r = num_r - bev_ssl->counts.n_read;
569 bev_ssl->counts.n_written = num_w;
570 bev_ssl->counts.n_read = num_r;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp661 bool func(unsigned ncounts, long *counts, long chunk_sz, long *p_lb, \
671 dims[i].up = counts[i] - 1; \
676 ub = counts[0]; \
708 int func(unsigned ncounts, long *counts, long *p_lb, long *p_ub) { \
718 dims[i].up = counts[i] - 1; \
723 ub = counts[0]; \
950 int func(unsigned ncounts, unsigned long long *counts, \
961 dims[i].up = counts[i] - 1; \
966 ub = counts[0]; \
999 int func(unsigned ncounts, unsigned long long *counts, \
[all...]
H A Dkmp_affinity.cpp257 unsigned *counts = (unsigned *)__kmp_allocate(depth * sizeof(unsigned)); local
261 address2os[0].first.childNums[labCt] = counts[labCt] = 0;
270 counts[labCt2] = 0;
273 counts[labCt]++;
279 address2os[i].first.childNums[labCt] = counts[labCt];
286 __kmp_free(counts);
1728 unsigned *counts = (unsigned *)__kmp_allocate(depth * sizeof(unsigned)); local
1734 counts[level] = 1;
1749 counts[j] = 1;
1761 counts[leve
2385 unsigned *counts = local
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c1055 /* Accumulate counts for each filter type used, build rq_ids[] list */
5474 ocs_hw_link_stat_counts_t counts[OCS_HW_LINK_STAT_MAX]; local
5477 ocs_memset(counts, 0, sizeof(ocs_hw_link_stat_counts_t) *
5480 counts[OCS_HW_LINK_STAT_LINK_FAILURE_COUNT].overflow = mbox_rsp->w02of;
5481 counts[OCS_HW_LINK_STAT_LOSS_OF_SYNC_COUNT].overflow = mbox_rsp->w03of;
5482 counts[OCS_HW_LINK_STAT_LOSS_OF_SIGNAL_COUNT].overflow = mbox_rsp->w04of;
5483 counts[OCS_HW_LINK_STAT_PRIMITIVE_SEQ_COUNT].overflow = mbox_rsp->w05of;
5484 counts[OCS_HW_LINK_STAT_INVALID_XMIT_WORD_COUNT].overflow = mbox_rsp->w06of;
5485 counts[OCS_HW_LINK_STAT_CRC_COUNT].overflow = mbox_rsp->w07of;
5486 counts[OCS_HW_LINK_STAT_PRIMITIVE_SEQ_TIMEOUT_COUN
5610 ocs_hw_host_stat_counts_t counts[OCS_HW_HOST_STAT_MAX]; local
[all...]

Completed in 310 milliseconds

12