Home
last modified time | relevance | path

Searched refs:uninit_count (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c19 uint16_t uninit_count) in pool_get_uninit() argument
23 buf = &pool->__bufs[pool->buf_count - uninit_count]; in pool_get_uninit()
493 pool->uninit_count++; in net_buf_unref_debug()
497 pool, pool->avail_count, pool->uninit_count); in net_buf_unref_debug()
550 pool, pool->uninit_count, pool->buf_count); in net_buf_alloc_len_debug()
560 if (pool->uninit_count) { in net_buf_alloc_len_debug()
596 pool->uninit_count--; in net_buf_alloc_len_debug()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h817 uint16_t uninit_count; member
844 .uninit_count = _count, \
855 .uninit_count = _count, \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c361 buf->pool, pool->buf_count, pool->uninit_count); in bt_mesh_adv_create_from_pool()