Searched refs:uninit_count (Results 1 – 4 of 4) sorted by relevance
73 uint16_t uninit_count) in pool_get_uninit() argument77 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() local257 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()
82 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()
1089 uint16_t uninit_count; member1125 .uninit_count = _count, \
881 if (fragments.uninit_count > 0) { in dont_have_viewbufs()