Searched refs:net_buf_alloc_fixed_debug (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/include/net/ |
D | buf.h | 1218 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, 1222 net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__)
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | conn.c | 1238 buf = net_buf_alloc_fixed_debug(pool, K_NO_WAIT, func, line); in bt_conn_create_pdu_timeout_debug() 1245 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug() 1253 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug()
|
/Zephyr-Core-2.7.6/subsys/net/ |
D | buf.c | 354 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, in net_buf_alloc_fixed_debug() function
|