Searched refs:TIPC_LOG (Results 1 – 3 of 3) sorted by relevance
58 struct print_buf *const TIPC_LOG = &log_buf; variable331 (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 …]
85 extern struct print_buf *const TIPC_LOG;94 #define TIPC_OUTPUT TIPC_LOG
94 config TIPC_LOG config