Searched refs:CONSOLE_LOG_MAX (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/kernel/printk/ |
| D | printk.c | 392 #define CONSOLE_LOG_MAX 1024 macro 398 #define LOG_LINE_MAX (CONSOLE_LOG_MAX - PREFIX_MAX) 1500 text = kmalloc(CONSOLE_LOG_MAX, GFP_KERNEL); in syslog_print() 1504 prb_rec_init_rd(&r, &info, text, CONSOLE_LOG_MAX); in syslog_print() 1605 text = kmalloc(CONSOLE_LOG_MAX, GFP_KERNEL); in syslog_print_all() 1617 prb_rec_init_rd(&r, &info, text, CONSOLE_LOG_MAX); in syslog_print_all() 2301 #define CONSOLE_LOG_MAX 0 macro 2685 prb_rec_init_rd(&r, &info, text, CONSOLE_LOG_MAX); in console_emit_next_record() 2769 static char text[CONSOLE_LOG_MAX]; in console_flush_all()
|