Searched refs:PRINTK_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
428 #define PRINTK_BUFSIZE 1024 macro434 static char buf[PRINTK_BUFSIZE]; in printk()437 ret = vsnprintf(buf, PRINTK_BUFSIZE - 1, fmt, ap); in printk()