Searched refs:NET_BUF_DBG (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 24 #define NET_BUF_DBG(fmt, ...) LOG_DBG("(%p) " fmt, k_current_get(), \ macro 31 #define NET_BUF_DBG(fmt, ...) macro 240 NET_BUF_DBG("%s():%d: pool %p size %zu", func, line, pool, size); in net_buf_alloc_len_debug() 309 NET_BUF_DBG("allocated buf %p", buf); in net_buf_alloc_len_debug() 440 NET_BUF_DBG("buf %p ref %u pool_id %u frags %p", buf, buf->ref, in net_buf_unref_debug() 471 NET_BUF_DBG("buf %p (old) ref %u pool_id %u", in net_buf_ref()
|