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

/linux-master/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 u8 tpk_buffer[TPK_STR_SIZE + 4];
59 if (tpk_curr >= TPK_STR_SIZE) {

Completed in 112 milliseconds