Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dlog.c58 struct print_buf *const TIPC_LOG = &log_buf; variable
279 kfree(TIPC_LOG->buf); in tipc_log_resize()
280 TIPC_LOG->buf = NULL; in tipc_log_resize()
284 res = TIPC_LOG->echo; in tipc_log_resize()
285 tipc_printbuf_init(TIPC_LOG, kmalloc(log_size, GFP_ATOMIC), in tipc_log_resize()
287 TIPC_LOG->echo = res; in tipc_log_resize()
288 res = !TIPC_LOG->buf; in tipc_log_resize()
325 if (!TIPC_LOG->buf) { in tipc_log_dump()
328 } else if (tipc_printbuf_empty(TIPC_LOG)) { in tipc_log_dump()
336 str_len = min(TIPC_LOG->size, 32768u); in tipc_log_dump()
[all …]
Dcore.h87 extern struct print_buf *const TIPC_LOG;
96 #define TIPC_OUTPUT TIPC_LOG
113 #define DBG_OUTPUT TIPC_LOG
DKconfig44 config TIPC_LOG config