| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | cpu-capacity.txt | 2 ARM CPUs capacity bindings 15 2 - CPU capacity definition 43 3 - capacity-dmips-mhz 150 capacity-dmips-mhz = <578>; 161 capacity-dmips-mhz = <578>; 172 capacity-dmips-mhz = <578>; 183 capacity-dmips-mhz = <578>; 208 capacity-dmips-mhz = <2>; 215 capacity-dmips-mhz = <2>; 222 capacity-dmips-mhz = <1>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | battery.yaml | 50 description: battery design capacity 80 ocv-capacity-celsius: 83 for each of the battery capacity lookup table. 89 '^ocv-capacity-table-[0-9]+$': 93 of the battery and corresponding battery capacity percent, which is used 94 to look up battery capacity according to current OCV value. And the open 100 - description: battery capacity percent 125 ocv-capacity-celsius = <(-10) 0 10>; 127 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>; 129 ocv-capacity-table-1 = <4200000 100>, <4185000 95>, <4113000 90>; [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hs.c | 91 unsigned long capacity; member 112 if (i->offset >= map->capacity) in _ck_hs_next() 128 } while (++i->offset < map->capacity); in _ck_hs_next() 225 map->capacity = n_entries; in ck_hs_map_create() 255 map = ck_hs_map_create(hs, capacity); in ck_hs_reset_size() 329 unsigned long capacity) in ck_hs_grow() argument 337 if (map->capacity > capacity) in ck_hs_grow() 344 for (k = 0; k < map->capacity; k++) { in ck_hs_grow() 389 capacity <<= 1; in ck_hs_grow() 406 ck_hs_grow(hs, map->capacity << 1); in ck_hs_map_postinsert() [all …]
|
| H A D | ck_ht.c | 91 CK_HT_TYPE capacity; member 173 map->capacity = n_entries; in ck_ht_map_create() 174 map->step = ck_cc_ffsll(map->capacity); in ck_ht_map_create() 175 map->mask = map->capacity - 1; in ck_ht_map_create() 416 for (i = 0; i < map->capacity; i++) { in ck_ht_gc() 487 for (i = 0; i < map->capacity; i++) in ck_ht_gc() 619 if (i->offset >= map->capacity) in ck_ht_next() 628 if (i->offset >= map->capacity) in ck_ht_next() 670 if (map->capacity >= capacity) in ck_ht_grow_spmc() 677 for (k = 0; k < map->capacity; k++) { in ck_ht_grow_spmc() [all …]
|
| H A D | ck_rhs.c | 119 unsigned long capacity; member 284 if (i->offset >= map->capacity) in ck_rhs_next() 298 } while (++i->offset < map->capacity); in ck_rhs_next() 368 map->capacity = n_entries; in ck_rhs_map_create() 406 map = ck_rhs_map_create(hs, capacity); in ck_rhs_reset_size() 495 unsigned long capacity) in ck_rhs_grow() argument 503 if (map->capacity > capacity) in ck_rhs_grow() 510 for (k = 0; k < map->capacity; k++) { in ck_rhs_grow() 534 capacity <<= 1; in ck_rhs_grow() 833 for (i = 0; i < map->capacity; i++) { in ck_rhs_gc() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | exynos5420-cpus.dtsi | 34 capacity-dmips-mhz = <1024>; 46 capacity-dmips-mhz = <1024>; 58 capacity-dmips-mhz = <1024>; 70 capacity-dmips-mhz = <1024>; 82 capacity-dmips-mhz = <539>; 94 capacity-dmips-mhz = <539>; 106 capacity-dmips-mhz = <539>; 118 capacity-dmips-mhz = <539>;
|
| H A D | exynos5422-cpus.dtsi | 33 capacity-dmips-mhz = <539>; 46 capacity-dmips-mhz = <539>; 59 capacity-dmips-mhz = <539>; 72 capacity-dmips-mhz = <539>; 85 capacity-dmips-mhz = <1024>; 98 capacity-dmips-mhz = <1024>; 111 capacity-dmips-mhz = <1024>; 124 capacity-dmips-mhz = <1024>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12b.dtsi | 51 capacity-dmips-mhz = <592>; 61 capacity-dmips-mhz = <592>; 71 capacity-dmips-mhz = <1024>; 81 capacity-dmips-mhz = <1024>; 91 capacity-dmips-mhz = <1024>; 101 capacity-dmips-mhz = <1024>;
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_diag.c | 96 uint64_t capacity = 0; in _sched_stats_consistency_check() local 119 capacity += DIAG_COUNT(sched->qnode_pool, capacity); in _sched_stats_consistency_check() 121 if (count != capacity) { in _sched_stats_consistency_check() 146 DIAG_COUNT(p, capacity)); in _qnode_pool_display() 188 DIAG_COUNT(c, capacity)); in _objcache_display()
|
| H A D | lthread_objcache.h | 33 DIAG_COUNT_DEFINE(capacity); 67 DIAG_COUNT_INIT(c, capacity); in _lthread_objcache_create() 110 DIAG_COUNT_INC(c, capacity); in _lthread_objcache_alloc()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 91 size_t capacity; member 230 if (buffer.capacity < bSize) { in ZSTDMT_resizeBuffer() 236 assert(newBuffer.capacity >= buffer.capacity); in ZSTDMT_resizeBuffer() 280 seq.capacity = buffer.capacity / sizeof(rawSeq); in bufferToSeq() 288 buffer.capacity = seq.capacity * sizeof(rawSeq); in seqToBuffer() 1012 + mtctx->roundBuff.capacity; in ZSTDMT_sizeof_CCtx() 1269 if (mtctx->roundBuff.capacity < capacity) { in ZSTDMT_initCStream_internal() 1277 mtctx->roundBuff.capacity = capacity; in ZSTDMT_initCStream_internal() 1608 buffer.capacity = prefixSize; in ZSTDMT_tryGetInputRange() 1619 buffer.capacity = target; in ZSTDMT_tryGetInputRange() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm660.dtsi | 43 capacity-dmips-mhz = <1024>; 62 capacity-dmips-mhz = <1024>; 77 capacity-dmips-mhz = <1024>; 92 capacity-dmips-mhz = <1024>; 107 capacity-dmips-mhz = <640>; 126 capacity-dmips-mhz = <640>; 141 capacity-dmips-mhz = <640>; 156 capacity-dmips-mhz = <640>;
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_generic.h | 61 const uint32_t capacity = r->capacity; in __rte_ring_move_prod_head() local 82 *free_entries = (capacity + r->cons.tail - *old_head); in __rte_ring_move_prod_head()
|
| H A D | rte_ring_c11_mem.h | 59 const uint32_t capacity = r->capacity; in __rte_ring_move_prod_head() local 83 *free_entries = (capacity + cons_tail - *old_head); in __rte_ring_move_prod_head()
|
| H A D | rte_ring_hts_c11_mem.h | 62 const uint32_t capacity = r->capacity; in __rte_ring_hts_move_prod_head() local 83 *free_entries = capacity + r->cons.tail - op.pos.head; in __rte_ring_hts_move_prod_head()
|
| H A D | rte_ring.h | 494 return (count > r->capacity) ? r->capacity : count; in rte_ring_count() 508 return r->capacity - rte_ring_count(r); in rte_ring_free_count() 570 return r->capacity; in rte_ring_get_capacity()
|
| H A D | rte_ring_rts_c11_mem.h | 77 const uint32_t capacity = r->capacity; in __rte_ring_rts_move_prod_head() local 98 *free_entries = capacity + r->cons.tail - oh.val.pos; in __rte_ring_rts_move_prod_head()
|
| H A D | rte_ring.c | 225 r->capacity = count; in rte_ring_init() 235 r->capacity = r->mask; in rte_ring_init() 240 rte_ring_set_prod_htd_max(r, r->capacity / HTD_MAX_DEF); in rte_ring_init() 242 rte_ring_set_cons_htd_max(r, r->capacity / HTD_MAX_DEF); in rte_ring_init() 377 fprintf(f, " capacity=%"PRIu32"\n", r->capacity); in rte_ring_dump()
|
| /f-stack/dpdk/lib/librte_metrics/ |
| H A D | rte_metrics.h | 165 uint16_t capacity); 192 uint16_t capacity);
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | juno-r1.dts | 101 capacity-dmips-mhz = <1024>; 118 capacity-dmips-mhz = <1024>; 135 capacity-dmips-mhz = <578>; 152 capacity-dmips-mhz = <578>; 169 capacity-dmips-mhz = <578>; 186 capacity-dmips-mhz = <578>;
|
| H A D | juno.dts | 100 capacity-dmips-mhz = <1024>; 118 capacity-dmips-mhz = <1024>; 136 capacity-dmips-mhz = <578>; 154 capacity-dmips-mhz = <578>; 172 capacity-dmips-mhz = <578>; 190 capacity-dmips-mhz = <578>;
|
| H A D | juno-r2.dts | 101 capacity-dmips-mhz = <1024>; 119 capacity-dmips-mhz = <1024>; 137 capacity-dmips-mhz = <485>; 155 capacity-dmips-mhz = <485>; 173 capacity-dmips-mhz = <485>; 191 capacity-dmips-mhz = <485>;
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_xstats.c | 224 unsigned int capacity; member 238 if (ctx->count < ctx->capacity) { in dsw_xstats_store_stat() 251 unsigned int *ids, unsigned int capacity) in dsw_xstats_get_names() argument 258 .capacity = capacity in dsw_xstats_get_names()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/sprd/ |
| H A D | sp9860g-1h10.dts | 49 ocv-capacity-celsius = <20>; 50 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 708 uint64_t capacity = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_insert_into_leaf() local 715 if (leaf->btl_hdr.bth_count != capacity) { in zfs_btree_insert_into_leaf() 737 ASSERT3U(capacity - move_count, >=, 2); in zfs_btree_insert_into_leaf() 838 if (hdr->bth_count < capacity / 2) { in zfs_btree_bulk_finish() 861 capacity / 2); in zfs_btree_bulk_finish() 899 ASSERT3U(hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish() 907 capacity = BTREE_CORE_ELEMS; in zfs_btree_bulk_finish() 916 if (hdr->bth_count >= capacity / 2) in zfs_btree_bulk_finish() 930 capacity / 2); in zfs_btree_bulk_finish() 968 ASSERT3U(hdr->bth_count, >=, capacity / 2); in zfs_btree_bulk_finish() [all …]
|