Lines Matching refs:pool
1345 struct net_buf * __must_check net_buf_alloc_fixed_debug(struct net_buf_pool *pool,
1352 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool,
1359 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool, in net_buf_alloc() argument
1362 return net_buf_alloc_fixed(pool, timeout); in net_buf_alloc()
1386 struct net_buf * __must_check net_buf_alloc_len_debug(struct net_buf_pool *pool,
1394 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool,
1424 struct net_buf * __must_check net_buf_alloc_with_data_debug(struct net_buf_pool *pool,
1432 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool,
1471 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_destroy() local
1475 pool->alloc->cb->unref(buf, buf->__buf); in net_buf_destroy()
1480 k_lifo_put(&pool->free, buf); in net_buf_destroy()