Searched refs:LOG_LINE_MAX (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk.c | 436 #define LOG_LINE_MAX (1024 - PREFIX_MAX) macro 728 if (!user || len > LOG_LINE_MAX) in devkmsg_write() 1134 static char setup_text_buf[LOG_LINE_MAX] __initdata; 1505 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print() 1509 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print() 1576 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); in syslog_print_all() 1596 prb_rec_init_rd(&r, &info, text, LOG_LINE_MAX + PREFIX_MAX); in syslog_print_all() 1972 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in log_output() 1997 static char textbuf[LOG_LINE_MAX]; in vprintk_store() 2138 #define LOG_LINE_MAX 0 macro [all …]
|