Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c13 struct net_buf_pool *pool = buf->pool; in net_buf_id() local
18 static inline struct net_buf *pool_get_uninit(struct net_buf_pool *pool, in pool_get_uninit()
472 struct net_buf_pool *pool = NULL; in net_buf_unref_debug() local
511 struct net_buf_pool *pool = buf->pool; in fixed_data_alloc() local
531 struct net_buf_pool *pool = buf->pool; in data_alloc() local
537 struct net_buf *net_buf_alloc_len_debug(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug()
606 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, in net_buf_alloc_fixed_debug()
615 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout) in net_buf_alloc_fixed()
/hal_espressif-latest/components/heap/
Dmulti_heap.c111 pool_t pool = tlsf_get_pool(heap->heap_data); in assert_valid_block() local
173 pool_t pool = tlsf_get_pool(heap->heap_data); in multi_heap_get_first_block() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c342 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, in bt_mesh_adv_create_from_pool()
374 void bt_mesh_unref_buf_from_pool(struct net_buf_pool *pool) in bt_mesh_unref_buf_from_pool()
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h82 void *pool; /* Pointer to available memory pool */ member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h87 void *pool; /* Pointer to available memory pool */ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h82 void *pool; /* Pointer to available memory pool */ member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h82 void* pool; /* Pointer to available memory pool */ member
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_tlsf.c130 int tlsf_check_pool(pool_t pool) in tlsf_check_pool()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h770 struct net_buf_pool *pool; member
979 #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout) argument
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c90 void *pool; member
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c108 void *pool; member
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c106 void *pool; member