Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c95 return (pool->buf_count == pool->uninit_count + k_lifo_num_get(&pool->free)); in net_buf_pool_is_free()
120 u16_t uninit_count) in pool_get_uninit() argument
124 buf = &pool->__bufs[pool->buf_count - uninit_count]; in pool_get_uninit()
340 if (pool->uninit_count) { in net_buf_alloc_len_debug()
341 u16_t uninit_count; in net_buf_alloc_len_debug() local
347 if (pool->uninit_count < pool->buf_count) { in net_buf_alloc_len_debug()
355 uninit_count = pool->uninit_count--; in net_buf_alloc_len_debug()
358 buf = pool_get_uninit(pool, uninit_count); in net_buf_alloc_len_debug()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h810 u16_t uninit_count; member
846 .uninit_count = _count, \
858 .uninit_count = _count, \

Completed in 10 milliseconds