Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf.c73 uint16_t uninit_count) in pool_get_uninit() argument
77 size_t byte_offset = (pool->buf_count - uninit_count) * struct_size; in pool_get_uninit()
250 if (pool->uninit_count) { in net_buf_alloc_len_debug()
251 uint16_t uninit_count; in net_buf_alloc_len_debug() local
257 if (pool->uninit_count < pool->buf_count) { in net_buf_alloc_len_debug()
265 uninit_count = pool->uninit_count--; in net_buf_alloc_len_debug()
268 buf = pool_get_uninit(pool, uninit_count); in net_buf_alloc_len_debug()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c82 const uint16_t tx_pool_cnt = tx_pool.uninit_count; in send_data_cb()
217 const uint16_t tx_pool_cnt = tx_pool.uninit_count; in start_tx()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1089 uint16_t uninit_count; member
1125 .uninit_count = _count, \
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c881 if (fragments.uninit_count > 0) { in dont_have_viewbufs()