Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 222) sorted by relevance

123456789

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh74 count=$blocks
81 ((blocks = blocks + 50))
85 blocks=0
98 ((blocks = blocks + 50))
106 blocks=50
113 ((blocks = blocks + 50))
138 blocks=20
140 count=$blocks
196 blocks=10
208 ((blocks = blocks + 10))
[all …]
/f-stack/freebsd/net/route/
H A Dnhop_utils.c58 bh->blocks = _ITEMS_TO_BLOCKS(num_items); in bitmask_init()
65 if ((bh->items_count * 2 > _BLOCKS_TO_ITEMS(bh->blocks)) && bh->items_count < 65536) in bitmask_get_resize_items()
66 return (_BLOCKS_TO_ITEMS(bh->blocks) * 2); in bitmask_get_resize_items()
122 if (bi->blocks < new_blocks) { in bitmask_copy()
124 if (bi->blocks > 0) in bitmask_copy()
125 memcpy(new_idx, bi->idx, _BLOCKS_TO_SZ(bi->blocks)); in bitmask_copy()
129 for (int i = new_blocks; i < bi->blocks; i++) { in bitmask_copy()
144 bh->blocks = _ITEMS_TO_BLOCKS(new_items); in bitmask_swap()
163 for (i = off; i < bi->blocks; i++, mask++) { in bitmask_alloc_idx()
198 if (i >= bi->blocks) in bitmask_free_idx()
/f-stack/freebsd/contrib/device-tree/Bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt1 DT compatible string versioning for SiFive open-source IP blocks
4 strings for open-source SiFive IP blocks. HDL for these IP blocks
7 https://github.com/sifive/sifive-blocks
14 https://github.com/sifive/sifive-blocks/blob/v1.0/src/main/scala/devices/uart/UART.scala#L43
16 Until these IP blocks (or IP integration) support version
17 auto-discovery, the maintainers of these IP blocks intend to increment
19 interface to these IP blocks changes, or when the functionality of the
20 underlying IP blocks changes in a way that software should be aware of.
25 upstream sifive-blocks commits. It is expected that most drivers will
/f-stack/tools/libxo/doc/
H A Dformatting.rst92 xo_emit("{:blocks/%d}\t{:path/%s}\n", num_blocks, path);
107 <blocks>36</blocks>
111 <blocks>40</blocks>
115 <blocks>90</blocks>
133 { "blocks": 36, "path" : "./src" },
134 { "blocks": 40, "path" : "./bin" },
135 { "blocks": 90, "path" : "./" }
152 <div class="data" data-tag="blocks">36</div>
157 <div class="data" data-tag="blocks">40</div>
162 <div class="data" data-tag="blocks">90</div>
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh79 typeset -l blocks=25
85 bs=1M count=$blocks
86 ((blocks = blocks + 25))
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dhash.h84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32() local
88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32()
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128() local
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128()
145 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128()
146 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128()
147 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); in hash_x86_128()
237 const uint64_t *blocks = (const uint64_t *) (data); in hash_x64_128() local
241 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128()
242 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); in hash_x64_128()
H A Dbase_structs.h46 base_block_t *blocks; member
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.h31 sdp_swap_8B_data(uint64_t *data, uint32_t blocks) in sdp_swap_8B_data() argument
34 while (blocks) { in sdp_swap_8B_data()
36 blocks--; in sdp_swap_8B_data()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c38 char blocks[6], lsize[6], psize[6], dsize[6]; in dump_ddt_stat() local
49 zfs_nicenum(dds->dds_blocks, blocks, sizeof (blocks)); in dump_ddt_stat()
60 blocks, lsize, psize, dsize, in dump_ddt_stat()
/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt4 The Mediatek display subsystem consists of various DISP function blocks in the
7 of frame signal are distributed to the other function blocks by a DISP_MUTEX
14 DISP function blocks
19 interface, or writes pixels back to memory. All DISP function blocks have
20 their own register space, interrupt, and clock gate. The blocks that can
24 For a description of the display interface sink function blocks, see
28 Required properties (all function blocks):
49 merge and split function blocks).
52 For most function blocks this is just a single clock input. Only the DSI and
57 Required properties (DMA function blocks):
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c35 ql_head(tsd_init_block_t) blocks;
41 ql_head_initializer(blocks),
331 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
340 ql_tail_insert(&head->blocks, block, link); in tsd_init_check_recursion()
348 ql_remove(&head->blocks, block, link); in tsd_init_finish()
H A Dbase.c131 base_block_t *b = base->blocks; in base_get_num_blocks()
166 base_block_t *block = base->blocks; in base_auto_thp_switch()
324 block->next = base->blocks; in base_extent_alloc()
325 base->blocks = block; in base_extent_alloc()
373 base->blocks = block; in base_new()
398 base_block_t *next = base->blocks; in base_delete()
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md207 | sync_read_ind | blocks | independent sync reads |
208 | sync_write_ind | blocks | independent sync writes |
209 | async_read_ind | blocks | independent async reads |
210 | async_write_ind | blocks | independent async writes |
211 | scrub_read_ind | blocks | independent scrub/scan reads |
213 | sync_read_agg | blocks | aggregated sync reads |
214 | sync_write_agg | blocks | aggregated sync writes |
215 | async_read_agg | blocks | aggregated async reads |
216 | async_write_agg | blocks | aggregated async writes |
217 | scrub_read_agg | blocks | aggregated scrub/scan reads |
[all …]
/f-stack/freebsd/crypto/aesni/
H A Daesni.c439 u_int blocks; in intel_sha1_update() local
444 blocks = datalen / 64; in intel_sha1_update()
445 ctx->c.b64[0] += blocks * 64 * 8; in intel_sha1_update()
446 intel_sha1_step(ctx->h.b32, data + off, blocks); in intel_sha1_update()
447 off += blocks * 64; in intel_sha1_update()
485 u_int blocks; in intel_sha256_update() local
511 blocks = len / 64; in intel_sha256_update()
512 intel_sha256_step(ctx->state, src, blocks); in intel_sha256_update()
513 src += blocks * 64; in intel_sha256_update()
514 len -= blocks * 64; in intel_sha256_update()
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/
H A Dexynos-bus.txt4 and sub-blocks in SoC. Most Exynos SoCs share the common architecture
9 is able to measure the current load of sub-blocks.
11 The Exynos SoC includes the various sub-blocks which have the each AXI bus.
13 power line. The power line might be shared among one more sub-blocks.
22 the parent bus device. If there are three blocks which share the VDD_xxx
23 power line, Only one block should be parent device and then the rest blocks
31 SoC has different sub-blocks. Therefore, such difference should be specified
54 Detailed correlation between sub-blocks and power line according to Exynos SoC:
/f-stack/freebsd/sys/
H A Dcdrio.h91 u_int32_t blocks; member
100 u_int32_t blocks; member
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,wcnss.txt22 register blocks. The node must be compatible with one of
28 The subnodes of the wcnss node are optional and describe the individual blocks in
76 "pronto" subsystem, with the wcnss device and its wcn3680 BT and WiFi blocks
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbase.c170 assert_zu_ge(extent_bsize_get(&base->blocks->extent), QUANTUM, in TEST_BEGIN()
173 while (extent_bsize_get(&base->blocks->extent) > QUANTUM) { in TEST_BEGIN()
177 r_exp = extent_addr_get(&base->blocks->extent); in TEST_BEGIN()
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt10 https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm
17 Please refer to sifive-blocks-ip-versioning.txt for details.
/f-stack/dpdk/lib/librte_acl/
H A Dacl_bld.c86 struct acl_mem_block blocks[MEM_BLOCK_NUM]; member
108 for (m = 0; m < RTE_DIM(context->blocks); m++) { in acl_build_alloc()
109 if (context->blocks[m].block_size == in acl_build_alloc()
111 p = context->blocks[m].mem_ptr; in acl_build_alloc()
112 context->blocks[m].mem_ptr = *((void **)p); in acl_build_alloc()
134 if (context->blocks[n].block_size == s) { in acl_build_free()
135 *((void **)p) = context->blocks[n].mem_ptr; in acl_build_free()
136 context->blocks[n].mem_ptr = p; in acl_build_free()
141 if (context->blocks[n].block_size == 0) { in acl_build_free()
142 context->blocks[n].block_size = s; in acl_build_free()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-sifive.yaml29 Please refer to sifive-blocks-ip-versioning.txt for details
32 https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/spi
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt_api.h23 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member
/f-stack/freebsd/contrib/device-tree/Bindings/c6x/
H A Dsoc.txt15 - nodes for IP blocks within SoC
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-group-info.m43 dnl # group_info changed from 2d array via >blocks to 1d array via ->gid
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dqriox.txt6 GPIO blocks.

123456789