Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 110) sorted by relevance

12345

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dbitalloc.c119 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 Dbitalloc.h17 bitalloc_word_t storage[1]; member
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c53 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 Dvchiq_util.h52 VCHIQ_HEADER_T **storage; member
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_table.c142 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 Ddb_break.c163 #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 Dsocfpga-dw-mshc.txt4 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 Dimg-dw-mshc.txt4 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 Dbluefield-dw-mshc.txt6 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 Dzx-dw-mshc.txt4 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 Dhi3798cv200-dw-mshc.txt6 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 Drockchip-dw-mshc.yaml7 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 Dk3-dw-mshc.txt6 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 Dmicrochip,sparx5.yaml28 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 Dnhgrp_ctl.c515 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 Dax_tls.m411 # 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 Dnvmem.yaml20 storage device.
53 Offset and size in bytes within the storage device.
/f-stack/freebsd/mips/conf/
H A DTP-MR304014 # * 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 Dzpool_create.shlib56 # 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 Dramoops.txt4 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 Dmarvell,orion5x.txt24 "maxtor,shared-storage-2"
/f-stack/freebsd/contrib/device-tree/Bindings/mips/
H A Dralink.txt27 storage.
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dkhadas,mcu.yaml15 storage, IR/Key resume control, system power LED control and more.
/f-stack/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.h88 struct qbman_result *storage; /* NULL if DQRR */ member
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst16 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),

12345