Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c29 #define NET_BUF_DBG(fmt, ...) SYS_LOG_DBG("(%p) " fmt, k_current_get(), \ macro
39 #define NET_BUF_DBG(fmt, ...) macro
329 NET_BUF_DBG("%s():%d: pool %p size %zu timeout %d", func, line, pool, in net_buf_alloc_len_debug()
399 NET_BUF_DBG("allocated buf %p", buf); in net_buf_alloc_len_debug()
492 NET_BUF_DBG("%s():%d: fifo %p", func, line, fifo); in net_buf_get_debug()
499 NET_BUF_DBG("%s():%d: buf %p fifo %p", func, line, buf, fifo); in net_buf_get_debug()
529 NET_BUF_DBG("buf %p reserve %zu", buf, reserve); in net_buf_simple_reserve()
630 NET_BUF_DBG("buf %p ref %u pool_id %u frags %p", buf, buf->ref, in net_buf_unref_debug()
671 NET_BUF_DBG("buf %p (old) ref %u pool_id %u", in net_buf_ref()
863 #define NET_BUF_SIMPLE_DBG(fmt, ...) NET_BUF_DBG(fmt, ##__VA_ARGS__)

Completed in 5 milliseconds