Home
last modified time | relevance | path

Searched refs:net_buf_alloc_fixed_debug (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/include/net/
Dbuf.h1218 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/
Dconn.c1238 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/
Dbuf.c354 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool, in net_buf_alloc_fixed_debug() function