| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_gen.c | 48 counts->single, counts->single * sizeof(uint64_t), in acl_gen_log_stats() 49 counts->quad, counts->quad_vectors, in acl_gen_log_stats() 51 counts->dfa, counts->dfa_gr64, in acl_gen_log_stats() 53 counts->match, in acl_gen_log_stats() 232 counts->match++; in acl_count_trie_types() 245 counts->single++; in acl_count_trie_types() 248 counts->quad++; in acl_count_trie_types() 252 counts->dfa++; in acl_count_trie_types() 263 counts->dfa_gr64 += node->fanout; in acl_count_trie_types() 426 memset(counts, 0, sizeof(*counts)); in acl_calc_counts_indices() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | generic_timer.c | 259 int counts, ctrl; in arm_tmr_start() local 264 counts = ((uint32_t)et->et_frequency * first) >> 32; in arm_tmr_start() 268 set_tval(counts, sc->physical); in arm_tmr_start() 539 int32_t counts, counts_per_usec; in arm_tmr_do_delay() local 552 counts = (0x80000000U / counts_per_usec) - 1; in arm_tmr_do_delay() 554 counts = usec * counts_per_usec; in arm_tmr_do_delay() 558 while (counts > 0) { in arm_tmr_do_delay() 560 counts -= (int32_t)(last - first); in arm_tmr_do_delay() 569 int32_t counts; in DELAY() local 578 for (counts = 200; counts > 0; counts--) in DELAY()
|
| H A D | mpcore_timer.c | 503 int32_t counts; in arm_tmr_delay() local 516 counts = (0x80000000U / counts_per_usec) - 1; in arm_tmr_delay() 518 counts = usec * counts_per_usec; in arm_tmr_delay() 522 while (counts > 0) { in arm_tmr_delay() 524 counts -= (int32_t)(last - first); in arm_tmr_delay() 545 int32_t counts; in DELAY() local 551 for (counts = 200; counts > 0; counts--) in DELAY()
|
| H A D | platform.c | 211 int counts; in platform_delay() local 214 for (counts = plat_obj->cls->delay_count; counts > 0; counts--) in platform_delay()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect_mapping.c | 505 uint64_t offset, uint64_t length, uint32_t *counts) in vdev_indirect_mapping_increment_obsolete_count() argument 526 VERIFY3U(counts[index] + inner_size, <=, size); in vdev_indirect_mapping_increment_obsolete_count() 527 counts[index] += inner_size; in vdev_indirect_mapping_increment_obsolete_count() 558 uint32_t *counts, space_map_t *obsolete_space_sm) in vdev_indirect_mapping_load_obsolete_spacemap() argument 561 losma.losma_counts = counts; in vdev_indirect_mapping_load_obsolete_spacemap() 578 uint32_t *counts = vmem_alloc(counts_size, KM_SLEEP); in vdev_indirect_mapping_load_obsolete_counts() local 583 counts, DMU_READ_PREFETCH)); in vdev_indirect_mapping_load_obsolete_counts() 585 bzero(counts, counts_size); in vdev_indirect_mapping_load_obsolete_counts() 587 return (counts); in vdev_indirect_mapping_load_obsolete_counts() 592 uint32_t *counts) in vdev_indirect_mapping_free_obsolete_counts() argument [all …]
|
| H A D | vdev_indirect.c | 665 uint32_t *counts; in spa_condense_indirect_thread() local 688 counts = vdev_indirect_mapping_load_obsolete_counts(old_mapping); in spa_condense_indirect_thread() 691 counts, prev_obsolete_sm); in spa_condense_indirect_thread() 734 spa_condense_indirect_generate_new_mapping(vd, counts, in spa_condense_indirect_thread() 737 vdev_indirect_mapping_free_obsolete_counts(old_mapping, counts); in spa_condense_indirect_thread()
|
| H A D | vdev_draid.c | 434 uint16_t *counts = kmem_zalloc(countssz, KM_SLEEP); in verify_perms() local 440 if (val >= children || counts[val] != i) { in verify_perms() 441 kmem_free(counts, countssz); in verify_perms() 445 counts[val]++; in verify_perms() 456 kmem_free(counts, countssz); in verify_perms() 461 kmem_free(counts, countssz); in verify_perms()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_indirect_mapping.h | 130 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);
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 296 int32_t counts; in bcm_systimer_delay() local 302 counts = usec * (bcm_systimer_tc.tc_frequency / 1000000) + 1; in bcm_systimer_delay() 306 while (counts > 0) { in bcm_systimer_delay() 311 counts -= (int32_t)(last - first); in bcm_systimer_delay() 313 counts -= (int32_t)((0xFFFFFFFF - first) + last); in bcm_systimer_delay()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 324 int32_t counts; in sp804_timer_delay() local 328 counts = usec * ((sc->tc.tc_frequency / 1000000) + 1); in sp804_timer_delay() 332 while (counts > 0) { in sp804_timer_delay() 337 counts -= (int32_t)(last - first); in sp804_timer_delay() 339 counts -= (int32_t)((0xFFFFFFFF - first) + last); in sp804_timer_delay()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 391 int32_t counts; in am335x_dmtimer_delay() local 395 counts = (usec + 1) * (sc->sysclk_freq / 1000000); in am335x_dmtimer_delay() 399 while (counts > 0) { in am335x_dmtimer_delay() 402 counts -= (int32_t)(last - first); in am335x_dmtimer_delay() 404 counts -= (int32_t)((0xFFFFFFFF - first) + last); in am335x_dmtimer_delay()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | mxs-lradc.txt | 17 2 ... 2048. It is used if 'fsl,ave-ctrl' > 1, counts at 20 1 ... 2047. It counts at 2 kHz and its default is
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | iqs269a.yaml | 164 increasing or decreasing counts, thereby permitting events to be reported 375 a decrease in counts. Node names suffixed with '-alt' instead corre- 376 spond to an increase in counts. 378 By default, the long-term average tracks an increase in counts such 379 that only events corresponding to a decrease in counts are reported 383 the counts increase or decrease such that events of either direction
|
| H A D | microchip,qt1050.txt | 45 Number of counts to register a touch detection.
|
| H A D | iqs62x-keys.yaml | 84 ** "+" and "-" refer to the polarity of a channel's delta (LTA - counts),
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | pubsub.tcl | 4 set counts {} 22 lappend counts [lindex $msg 2] 27 return $counts
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_rx_adapter.rst | 144 enqueued event counts are a sum of the counts from the eventdev PMD callbacks 145 if the callback is supported, and the counts maintained by the service function,
|
| H A D | event_ethernet_tx_adapter.rst | 165 the counts from the eventdev PMD callback if the callback is supported, and 166 the counts maintained by the service function, if one exists.
|
| H A D | event_crypto_adapter.rst | 299 enqueued event counts are a sum of the counts from the eventdev PMD callbacks 300 if the callback is supported, and the counts maintained by the service function,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/light/ |
| H A D | us5182d.txt | 12 counts) corresponding to every scale.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 44 service core counts and mappings at runtime.
|
| /f-stack/freebsd/crypto/skein/amd64/ |
| H A D | skein_block_asm.s | 36 # the unroll counts (0 --> fully unrolled)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/edac/ |
| H A D | socfpga-eccmgr.txt | 3 The ECC Manager counts and corrects single bit errors and counts/handles
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 4209 my @counts = AdjustSamples($sample_adjustment, $sampling_algorithm, 4211 AddEntries($profile, $pcs, FixCallerAddresses($stack), $counts[$index]); 4277 my @counts = AdjustSamples($sample_adjustment, $sampling_algorithm, 4280 AddEntries($profile, $pcs, FixCallerAddresses($stack), $counts[$index]); 4286 FixCallerAddresses($stack), $counts[$index]);
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 112 counts and time (us) from the point the enqueue API is called until 117 (c) *SW Deq Offload Cost*: Software dequeue cost, the cycle counts and
|