Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/ip/
Dtp.c91 tp_dbg("%s:%d %s() %p size: %zu", in tp_mem_chk()
141 tp_dbg("len=%zu %s:%d", mem->size, mem->file, mem->line); in tp_mem_stat()
155 tp_dbg("size=%d %p %s:%d %s()", nbuf->size, nbuf, file, line, func); in tp_nbuf_alloc()
172 tp_dbg("size=%d %p %s:%d %s()", clone->size, clone, file, line, func); in tp_nbuf_clone()
190 tp_dbg("len=%d %p %s:%d %s()", nbuf->len, nbuf, file, line, func); in tp_nbuf_unref()
213 tp_dbg("%s:%d len=%d", tp_nbuf->file, tp_nbuf->line, in tp_nbuf_stat()
274 tp_dbg("%s:%d %p", pkt->file, pkt->line, pkt->pkt); in tp_pkt_stat()
280 tp_dbg("%s %u->%u (%s%d) %s:%d %s() %s", \
498 tp_dbg("%s %d->%d", key, old, new_value); in tp_new_find_and_apply()
506 tp_dbg("%s %d->%d", key, old_value, new_value); in tp_new_find_and_apply()
[all …]
Dtp_priv.h19 #define tp_dbg(fmt, args...) printk("%s: " fmt "\n", __func__, ## args) macro