Home
last modified time | relevance | path

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

/linux/kernel/printk/
A Dprintk.c393 #define CONSOLE_LOG_MAX 1024 macro
396 #define LOG_LINE_MAX (CONSOLE_LOG_MAX - PREFIX_MAX)
1487 text = kmalloc(CONSOLE_LOG_MAX, GFP_KERNEL); in syslog_print()
1491 prb_rec_init_rd(&r, &info, text, CONSOLE_LOG_MAX); in syslog_print()
1581 text = kmalloc(CONSOLE_LOG_MAX, GFP_KERNEL); in syslog_print_all()
1593 prb_rec_init_rd(&r, &info, text, CONSOLE_LOG_MAX); in syslog_print_all()
2275 #define CONSOLE_LOG_MAX 0 macro
2605 static char text[CONSOLE_LOG_MAX]; in console_unlock()

Completed in 9 milliseconds