Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c46 unsigned long max_lines; member
291 if (!st->marker->max_lines || in note_page()
292 st->lines < st->marker->max_lines) { in note_page()
316 if (st->marker->max_lines && in note_page()
317 st->lines > st->marker->max_lines) { in note_page()
319 st->lines - st->marker->max_lines; in note_page()
/Linux-v4.19/drivers/tty/serial/
Dsb1250-duart.c778 int max_lines, line; in sbd_probe_duarts() local
787 max_lines = 4; in sbd_probe_duarts()
791 max_lines = 2; in sbd_probe_duarts()
797 for (chip = 0, line = 0; chip < DUART_MAX_CHIP && line < max_lines; in sbd_probe_duarts()
801 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts()
/Linux-v4.19/tools/perf/util/
Dannotate.h83 int max_lines; member
Dannotate.c1327 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() argument
1356 if (max_lines && printed >= max_lines) in annotation_line__print()
1406 } else if (max_lines && printed >= max_lines) in annotation_line__print()
2111 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf()