Home
last modified time | relevance | path

Searched refs:avail_count (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c495 pool->avail_count++; in net_buf_unref_debug()
497 pool, pool->avail_count, pool->uninit_count); in net_buf_unref_debug()
498 NET_BUF_ASSERT(pool->avail_count <= pool->buf_count); in net_buf_unref_debug()
598 pool->avail_count--; in net_buf_alloc_len_debug()
599 NET_BUF_ASSERT(pool->avail_count >= 0); in net_buf_alloc_len_debug()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h821 int16_t avail_count; member
845 .avail_count = _count, \