Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dttyprintk.c38 #define TPK_STR_SIZE 508 /* should be bigger then max expected line length */ macro
45 static char tmp[TPK_STR_SIZE + 4]; in tpk_printk()
62 if (tpk_curr < TPK_STR_SIZE) { in tpk_printk()