Home
last modified time | relevance | path

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

/net/tipc/
Ddbg.c58 struct print_buf *const TIPC_LOG = &log_buf; variable
331 (pb == TIPC_LOG) ? "global" : "local"); in tipc_dump_dbg()
351 if (TIPC_LOG->buf) { in tipc_log_resize()
352 kfree(TIPC_LOG->buf); in tipc_log_resize()
353 TIPC_LOG->buf = NULL; in tipc_log_resize()
358 res = TIPC_LOG->echo; in tipc_log_resize()
359 tipc_printbuf_init(TIPC_LOG, kmalloc(log_size, GFP_ATOMIC), in tipc_log_resize()
361 TIPC_LOG->echo = res; in tipc_log_resize()
362 res = !TIPC_LOG->buf; in tipc_log_resize()
399 if (!TIPC_LOG->buf) { in tipc_log_dump()
[all …]
Dcore.h85 extern struct print_buf *const TIPC_LOG;
94 #define TIPC_OUTPUT TIPC_LOG
DKconfig94 config TIPC_LOG config