Searched refs:net_buf_alloc_fixed_debug (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1344 struct net_buf * __must_check net_buf_alloc_fixed_debug(struct net_buf_pool *pool,1349 	net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__)
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 348 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool,  in net_buf_alloc_fixed_debug()  function
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | conn.c | 1624 		buf = net_buf_alloc_fixed_debug(pool, K_NO_WAIT, func, line);  in bt_conn_create_pdu_timeout_debug()1631 			buf = net_buf_alloc_fixed_debug(pool, timeout, func,  in bt_conn_create_pdu_timeout_debug()
 1639 		buf = net_buf_alloc_fixed_debug(pool, timeout, func,  in bt_conn_create_pdu_timeout_debug()
 
 |