Home
last modified time | relevance | path

Searched refs:TPK_STR_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dttyprintk.c33 * - TPK_STR_SIZE isn't really the write_room limiting factor, because
36 #define TPK_STR_SIZE 508 /* should be bigger then max expected line length */ macro
42 static char tpk_buffer[TPK_STR_SIZE + 4];
63 if (tpk_curr >= TPK_STR_SIZE) { in tpk_printk()
/kernel/linux/linux-6.6/drivers/char/
H A Dttyprintk.c34 * - TPK_STR_SIZE isn't really the write_room limiting factor, because
37 #define TPK_STR_SIZE 508 /* should be bigger then max expected line length */ macro
43 static char tpk_buffer[TPK_STR_SIZE + 4];
59 if (tpk_curr >= TPK_STR_SIZE) { in tpk_printk()

Completed in 2 milliseconds