Lines Matching refs:LOG_LINE_MAX
413 #define LOG_LINE_MAX (1024 - PREFIX_MAX) macro
701 if (!user || len > LOG_LINE_MAX) in devkmsg_write()
1106 static char setup_text_buf[LOG_LINE_MAX] __initdata;
1459 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print()
1463 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print()
1530 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print_all()
1550 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print_all()
1921 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in log_output()
1944 static char textbuf[LOG_LINE_MAX]; in vprintk_store()
2085 #define LOG_LINE_MAX 0 macro
2397 static char text[LOG_LINE_MAX + PREFIX_MAX]; in console_unlock()