Searched refs:pool (Results 1 – 17 of 17) sorted by relevance
| /drivers/entropy/ |
| A D | Kconfig.smartbond | 18 int "Thread-mode random number pool size" 24 Please note, that size of the pool must be a power of 2. 27 int "Thread-mode random number pool low-water threshold" 36 int "ISR-mode random number pool size" 42 Please note, that size of the pool must be a power of 2. 45 int "ISR-mode random number pool low-water threshold"
|
| A D | entropy_cc13xx_cc26xx.c | 33 struct ring_buf pool; member 114 cnt = ring_buf_get(&data->pool, buf, len); in entropy_cc13xx_cc26xx_get_entropy() 143 cnt = ring_buf_put(&data->pool, (uint8_t *)num, sizeof(num)); in entropy_cc13xx_cc26xx_isr() 181 cnt = ring_buf_get(&data->pool, buf, len); in entropy_cc13xx_cc26xx_get_entropy_isr() 203 ring_buf_put(&data->pool, (uint8_t *)num, in entropy_cc13xx_cc26xx_get_entropy_isr() 212 cnt = ring_buf_get(&data->pool, buf, len); in entropy_cc13xx_cc26xx_get_entropy_isr() 289 ring_buf_init(&data->pool, sizeof(data->data), data->data); in entropy_cc13xx_cc26xx_init()
|
| A D | Kconfig.nrf5 | 35 int "Thread-mode random number pool size" 41 Please note, that size of the pool must be a power of 2. 44 int "Thread-mode random number pool low-water threshold" 53 int "ISR-mode random number pool size" 59 Please note, that size of the pool must be a power of 2. 62 int "ISR-mode random number pool low-water threshold"
|
| A D | Kconfig.stm32 | 20 int "Thread-mode random number pool size" 26 Please note, that size of the pool must be a power of 2. 29 int "Thread-mode random number pool low-water threshold" 38 int "ISR-mode random number pool size" 44 Please note, that size of the pool must be a power of 2. 47 int "ISR-mode random number pool low-water threshold"
|
| A D | Kconfig.mcux | 62 int "CAAM random number pool size" 67 CAAM hardware. Please note, that size of the pool must be a
|
| A D | Kconfig.cc13xx_cc26xx | 19 int "Number of bytes in the entropy pool"
|
| /drivers/usb/uhc/ |
| A D | Kconfig | 15 int "Number of transfers in the pool" 22 int "Number of buffers in the pool" 26 Number of UHC request buffers in the pool.
|
| /drivers/dma/ |
| A D | Kconfig.dw_common | 12 int "number of LLI structs in an allocation pool" 15 The number of LLI structs in a statically allocated pool. Each channel has its own 16 LLI struct pool. If during dma_config() a log notes there are not enough LLI structs
|
| A D | Kconfig.dw_axi_dmac | 20 creates number of descriptor per channel in a statically allocated pool. 21 Each channel has its own dedicated pool.
|
| /drivers/video/ |
| A D | Kconfig | 27 int "Size of the largest buffer in the video pool" 31 int "Number of maximum sized buffer in the video pool" 35 int "Alignment of the video pool’s buffer"
|
| /drivers/usb/udc/ |
| A D | Kconfig | 24 int "Number of buffers in the pool" 28 Number of UDC request buffers in the pool.
|
| A 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()
|
| /drivers/wifi/simplelink/ |
| A D | Kconfig.simplelink | 26 This sets the size of each buffer, in each buffer pool.
|
| /drivers/ethernet/ |
| A D | Kconfig.xmc4xxx | 17 int "Number of TX frames in the pool size"
|
| /drivers/wifi/winc1500/ |
| A D | Kconfig.winc1500 | 43 int "Number of buffer per-buffer pool"
|
| /drivers/bluetooth/hci/ |
| A D | Kconfig.esp32 | 18 bool "Kernel memory pool heap (k_malloc)" 379 Number of blocks in the MSYS_1 pool for prepare write and responses. 385 Size of each block in the MSYS_1 pool. 391 Number of blocks in the MSYS_2 pool. 397 Size of each block in the MSYS_2 pool.
|
| /drivers/wifi/nrf_wifi/ |
| A D | Kconfig.nrfwifi | 589 int "Dedicated memory pool for control plane" 593 int "Dedicated memory pool for data plane" 625 # nRF70 now uses variable buffers as default to optimize RAM usage. Default pool sizes are used, sa…
|
Completed in 29 milliseconds