Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Ddump_pagetables.c46 unsigned long max_lines; member
344 if (!st->marker->max_lines || in note_page()
345 st->lines < st->marker->max_lines) { in note_page()
369 if (st->marker->max_lines && in note_page()
370 st->lines > st->marker->max_lines) { in note_page()
372 st->lines - st->marker->max_lines; in note_page()
/linux/drivers/tty/serial/
H A Dsb1250-duart.c774 int max_lines, line; in sbd_probe_duarts() local
783 max_lines = 4; in sbd_probe_duarts()
787 max_lines = 2; in sbd_probe_duarts()
793 for (chip = 0, line = 0; chip < DUART_MAX_CHIP && line < max_lines; in sbd_probe_duarts()
797 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts()
/linux/tools/perf/util/
H A Dannotate.c791 int max_lines = opts->max_lines; in annotation_line__print() local
815 if (max_lines && printed >= max_lines) in annotation_line__print()
820 .max_lines = 1, in annotation_line__print()
892 } else if (max_lines && printed >= max_lines) in annotation_line__print()
H A Dannotate.h65 int max_lines; member