Home
last modified time | relevance | path

Searched refs:pool (Results 51 – 75 of 140) sorted by relevance

123456

/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
DREADME.rst10 observers. It is possible to explore the pool isolation feature by setting the pool size and if it
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c77 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in buf_destroy() local
80 zassert_equal(pool, &bufs_pool, "Invalid free pointer in buffer"); in buf_destroy()
86 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in fixed_destroy() local
89 zassert_equal(pool, &fixed_pool, "Invalid free pointer in buffer"); in fixed_destroy()
95 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in var_destroy() local
98 zassert_equal(pool, &var_pool, "Invalid free pointer in buffer"); in var_destroy()
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69_lpc55s69_cpu0_ns.dts105 * Since memory from the heap pool is allocated based on the number
/Zephyr-latest/doc/services/rtio/
Dindex.rst140 to read into is left to the iodev to allocate from a memory pool associated with
143 an RTIO context with a dedicated pool of "memory blocks" which can be consumed by
144 the iodev. Below is a snippet setting up the RTIO context with a memory pool.
145 The memory pool has 128 blocks, each block has the size of 16 bytes, and the data
226 transaction. To change the pool size, set a different value to
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h537 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool,
549 struct net_buf *bt_conn_create_pdu_timeout(struct net_buf_pool *pool,
Dl2cap_internal.h204 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
/Zephyr-latest/drivers/ethernet/
DKconfig.xmc4xxx17 int "Number of TX frames in the pool size"
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h214 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv.c173 uint8_t pool[PDU_POOL_SIZE]; member
202 uint8_t pool[EXTRA_DATA_POOL_SIZE]; member
777 mem_init(mem_pdu.pool, PDU_MEM_SIZE, in init_reset()
778 (sizeof(mem_pdu.pool) / PDU_MEM_SIZE), &mem_pdu.free); in init_reset()
785 mem_init(mem_extra_data.pool, EXTRA_DATA_MEM_SIZE, in init_reset()
786 (sizeof(mem_extra_data.pool) / EXTRA_DATA_MEM_SIZE), &mem_extra_data.free); in init_reset()
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst312 compatible = "shared-dma-pool";
319 compatible = "shared-dma-pool";
326 compatible = "shared-dma-pool";
333 compatible = "shared-dma-pool";
340 compatible = "shared-dma-pool";
347 compatible = "shared-dma-pool";
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig181 int "Heap memory pool size for hawkBit"
184 Set the size of the heap memory pool for hawkBit.
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst62 pool.
92 can create a pool of data structures by saving their memory addresses
Dlifos.rst33 allocated from the calling thread's resource pool.
115 thread's resource pool until the item is read.
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst49 "pools": [ { "pool": "192.0.2.10 - 192.0.2.100" } ],
141 "pools": [ { "pool": "192.0.2.10 - 192.0.2.100" } ],
/Zephyr-latest/drivers/wifi/winc1500/
DKconfig.winc150043 int "Number of buffer per-buffer pool"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df.c76 uint8_t pool[IQ_REPORT_POOL_SIZE]; member
207 mem_init(mem_iq_report.pool, (IQ_REPORT_RX_NODE_POOL_ELEMENT_SIZE), in init_reset()
208 sizeof(mem_iq_report.pool) / (IQ_REPORT_RX_NODE_POOL_ELEMENT_SIZE), in init_reset()
/Zephyr-latest/subsys/net/ip/
Dtp.h135 struct net_buf *tp_nbuf_alloc(struct net_buf_pool *pool, size_t len,
/Zephyr-latest/soc/espressif/common/
DKconfig33 This is a memory pool used in runtime to create a new heap memory.
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c502 .pool = &sdp_client_pool,
509 .pool = &sdp_client_pool,
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig264 int "The number of message buffers in the buffer pool"
267 "The number of message buffers in the buffer pool."
278 The message pool is managed by platform defined logic.
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst167 The size of the heap memory pool is specified using the
170 By default, the heap memory pool size is zero bytes. This value instructs
171 the kernel not to define the heap memory pool object. The maximum size is limited
226 Use the heap memory pool to dynamically allocate memory in a
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c45 struct net_buf_pool *pool; member
161 { .pool = __out_pool, \
174 { .pool = __out_pool, \
953 buffer = net_buf_alloc(audio_dev_data->pool, K_NO_WAIT); in audio_receive_cb()
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst103 must assign themselves to a resource pool, which is a :c:struct:`k_heap`
104 object. Memory is drawn from a thread's resource pool using
111 buffer allocated out of a resource pool instead of a buffer provided by the
117 storage buffer allocated out of a resource pool instead of a buffer provided
123 storage buffer allocated out of a resource pool instead of a buffer provided
315 - ``z_malloc_partition`` - This partition contains the system-wide pool of
317 not recommended to draw heap memory from a global pool, instead
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c28 struct k_heap *const pool = buf_pool->alloc->alloc_data; in udc_pool_data_alloc() local
32 b = k_heap_aligned_alloc(pool, UDC_BUF_ALIGN, *size, timeout); in udc_pool_data_alloc()
44 struct k_heap *pool = buf_pool->alloc->alloc_data; in udc_pool_data_unref() local
46 k_heap_free(pool, data); in udc_pool_data_unref()
/Zephyr-latest/samples/net/wifi/apsta_mode/
DREADME.rst55 …:05.172,000] <dbg> net_dhcpv4_server: net_dhcpv4_server_start: Started DHCPv4 server, address pool:

123456