| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | bitalloc.c | 119 bitalloc_word_t *storage = &pool->storage[offset]; in ba_alloc_helper() local 131 storage[words], in ba_alloc_helper() 192 bitalloc_word_t *storage = &pool->storage[offset]; in ba_alloc_reverse_helper() local 238 bitalloc_word_t *storage = &pool->storage[offset]; in ba_alloc_index_helper() local 245 storage[words], in ba_alloc_index_helper() 293 bitalloc_word_t *storage = &pool->storage[offset]; in ba_inuse_helper() local 300 storage[words], in ba_inuse_helper() 331 bitalloc_word_t *storage = &pool->storage[offset]; in ba_free_helper() local 338 storage[words], in ba_free_helper() 396 bitalloc_word_t *storage = &pool->storage[offset]; in ba_find_next_helper() local [all …]
|
| H A D | bitalloc.h | 17 bitalloc_word_t storage[1]; member
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.c | 53 queue->storage = kzalloc(size * sizeof(VCHIQ_HEADER_T *), GFP_KERNEL); in vchiu_queue_init() 54 if (queue->storage == NULL) { in vchiu_queue_init() 63 if (queue->storage != NULL) in vchiu_queue_delete() 64 kfree(queue->storage); in vchiu_queue_delete() 94 queue->storage[queue->write & (queue->size - 1)] = header; in vchiu_queue_push() 123 return queue->storage[queue->read & (queue->size - 1)]; in vchiu_queue_peek() 142 header = queue->storage[queue->read & (queue->size - 1)]; in vchiu_queue_pop()
|
| H A D | vchiq_util.h | 52 VCHIQ_HEADER_T **storage; member
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_table.c | 142 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->name.data; in ngx_http_v2_get_indexed_header() 146 p = ngx_cpymem(p, h2c->hpack.storage, entry->name.len - rest); in ngx_http_v2_get_indexed_header() 166 rest = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - entry->value.data; in ngx_http_v2_get_indexed_header() 170 p = ngx_cpymem(p, h2c->hpack.storage, entry->value.len - rest); in ngx_http_v2_get_indexed_header() 212 h2c->hpack.storage = ngx_palloc(h2c->connection->pool, in ngx_http_v2_add_header() 214 if (h2c->hpack.storage == NULL) { in ngx_http_v2_add_header() 218 h2c->hpack.pos = h2c->hpack.storage; in ngx_http_v2_add_header() 237 avail = h2c->hpack.storage + NGX_HTTP_V2_TABLE_SIZE - h2c->hpack.pos; in ngx_http_v2_add_header() 247 h2c->hpack.pos = ngx_cpymem(h2c->hpack.storage, in ngx_http_v2_add_header() 263 h2c->hpack.pos = ngx_cpymem(h2c->hpack.storage, in ngx_http_v2_add_header()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_break.c | 163 #define BKPT_WRITE(addr, storage) \ argument 165 *storage = db_get_value(addr, BKPT_SIZE, false); \ 166 db_put_value(addr, BKPT_SIZE, BKPT_SET(*storage)); \ 171 #define BKPT_CLEAR(addr, storage) \ argument 172 db_put_value(addr, BKPT_SIZE, *storage)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | socfpga-dw-mshc.txt | 4 The Synopsys designware mobile storage host controller is used to interface 5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| H A D | img-dw-mshc.txt | 4 The Synopsys designware mobile storage host controller is used to interface 5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| H A D | bluefield-dw-mshc.txt | 6 The Synopsys designware mobile storage host controller is used to interface 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| H A D | zx-dw-mshc.txt | 4 The Synopsys designware mobile storage host controller is used to interface 5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| H A D | hi3798cv200-dw-mshc.txt | 6 The Synopsys designware mobile storage host controller is used to interface 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| H A D | rockchip-dw-mshc.yaml | 7 title: Rockchip designware mobile storage host controller device tree bindings 10 Rockchip uses the Synopsys designware mobile storage host controller 11 to interface a SoC with storage medium such as eMMC or SD/MMC cards.
|
| H A D | k3-dw-mshc.txt | 6 The Synopsys designware mobile storage host controller is used to interface 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | microchip,sparx5.yaml | 28 which has both spi-nor and eMMC storage. The modular design 36 either spi-nand or eMMC storage (mount option). 43 either spi-nand or eMMC storage (mount option).
|
| /f-stack/freebsd/net/route/ |
| H A D | nhgrp_ctl.c | 515 char storage[64]; in append_nhops() local 529 if (sz <= sizeof(storage)) in append_nhops() 530 pnhops = (struct weightened_nhop *)&storage[0]; in append_nhops() 547 if (pnhops != (struct weightened_nhop *)&storage[0]) in append_nhops() 589 char storage[64]; in nhgrp_get_filtered_group() local 600 if (sz <= sizeof(storage)) in nhgrp_get_filtered_group() 601 pnhops = (struct weightened_nhop *)&storage[0]; in nhgrp_get_filtered_group() 632 if (pnhops != (struct weightened_nhop *)&storage[0]) in nhgrp_get_filtered_group()
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_tls.m4 | 11 # Provides a test for the compiler support of thread local storage (TLS) 50 AC_MSG_CHECKING([for thread local storage (TLS) class]) 71 …[AC_DEFINE_UNQUOTED([TLS],[$ac_cv_tls],[If the compiler supports a TLS storage class define it to …
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | nvmem.yaml | 20 storage device. 53 Offset and size in bytes within the storage device.
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TP-MR3040 | 14 # * USB storage 65 # For full deployment, you will *have* to use a usb storage device
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create.shlib | 56 # Create a file for storage pool vdev 68 # Find the storage device in /etc/vfstab
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | ramoops.txt | 4 ramoops provides persistent RAM storage for oops and panics, so they can be 9 Parts of this storage may be set aside for other persistent log buffers, such
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | marvell,orion5x.txt | 24 "maxtor,shared-storage-2"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/ |
| H A D | ralink.txt | 27 storage.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | khadas,mcu.yaml | 15 storage, IR/Key resume control, system power LED control and more.
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.h | 88 struct qbman_result *storage; /* NULL if DQRR */ member
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | efd_lib.rst | 16 its handling node. For example, data-centers with disaggregated storage 17 use storage metadata tables to forward I/O requests to the correct back end 18 storage cluster, stateful packet inspection will use match incoming 28 inter-cluster network traffic locating. Third, since the storage 57 storage requirements are minimum. 76 storage requirement, they suffer from the drawback that the system 105 is the storage requirement, since the flow table need to store keys, 115 schemes. It doesn't require the large storage necessary for 413 and since each bin can be mapped to one of four different groups (2 bit storage),
|