/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 10 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/ |
D | main.c | 77 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/ |
D | lpcxpresso55s69_lpc55s69_cpu0_ns.dts | 105 * Since memory from the heap pool is allocated based on the number
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 140 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/ |
D | conn_internal.h | 537 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,
|
D | l2cap_internal.h | 204 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.xmc4xxx | 17 int "Number of TX frames in the pool size"
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 214 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv.c | 173 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/ |
D | index.rst | 312 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/ |
D | Kconfig | 181 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/ |
D | stacks.rst | 62 pool. 92 can create a pool of data structures by saving their memory addresses
|
D | lifos.rst | 33 allocated from the calling thread's resource pool. 115 thread's resource pool until the item is read.
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 49 "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/ |
D | Kconfig.winc1500 | 43 int "Number of buffer per-buffer pool"
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df.c | 76 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/ |
D | tp.h | 135 struct net_buf *tp_nbuf_alloc(struct net_buf_pool *pool, size_t len,
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig | 33 This is a memory pool used in runtime to create a new heap memory.
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | bredr.c | 502 .pool = &sdp_client_pool, 509 .pool = &sdp_client_pool,
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 264 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/ |
D | heap.rst | 167 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/ |
D | audio.c | 45 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/ |
D | memory_domain.rst | 103 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/ |
D | udc_common.c | 28 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/ |
D | README.rst | 55 …:05.172,000] <dbg> net_dhcpv4_server: net_dhcpv4_server_start: Started DHCPv4 server, address pool:
|