Home
last modified time | relevance | path

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

/external/fio/
Deta.c477 static int linelen_last; in display_thread_status() local
542 if (l >= 0 && l < linelen_last) in display_thread_status()
543 p += sprintf(p, "%*s", linelen_last - l, ""); in display_thread_status()
544 linelen_last = l; in display_thread_status()