Home
last modified time | relevance | path

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

/linux/tools/perf/python/
H A Dilist.py400 old_lines = self.query(CounterSparkline)
401 for line in old_lines:
/linux/drivers/s390/char/
H A Dcon3270.c951 static void tty3270_free_screen(struct tty3270_line *screen, int old_lines) in tty3270_free_screen() argument
955 for (lines = 0; lines < old_lines; lines++) in tty3270_free_screen()