Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk.c418 #define LOG_LINE_MAX (1024 - PREFIX_MAX) macro
710 if (!user || len > LOG_LINE_MAX) in devkmsg_write()
1116 static char setup_text_buf[LOG_LINE_MAX] __initdata;
1487 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print()
1491 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print()
1558 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print_all()
1578 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print_all()
1954 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in log_output()
1979 static char textbuf[LOG_LINE_MAX]; in vprintk_store()
2120 #define LOG_LINE_MAX 0 macro
[all …]