Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Drtas-proc.c112 #define MAX_LINELENGTH 256 macro
130 static char progress_led[MAX_LINELENGTH];
344 if (count >= MAX_LINELENGTH) in ppc_rtas_progress_write()
345 count = MAX_LINELENGTH -1; in ppc_rtas_progress_write()