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

/linux-4.4.14/arch/x86/mm/
H A Ddump_pagetables.c42 unsigned long max_lines; member in struct:addr_marker
233 if (!st->marker->max_lines || note_page()
234 st->lines < st->marker->max_lines) { note_page()
258 if (st->marker->max_lines && note_page()
259 st->lines > st->marker->max_lines) { note_page()
261 st->lines - st->marker->max_lines; note_page()
/linux-4.4.14/tools/perf/util/
H A Dannotate.h164 int min_pcnt, int max_lines, int context);
173 bool full_paths, int min_pcnt, int max_lines);
H A Dannotate.c820 int max_lines, struct disasm_line *queue) disasm_line__print()
865 if (max_lines && printed >= max_lines) disasm_line__print()
915 } else if (max_lines && printed >= max_lines) disasm_line__print()
1467 int min_pcnt, int max_lines, int context) symbol__annotate_printf()
1515 min_pcnt, printed, max_lines, symbol__annotate_printf()
1526 /* filtered by max_lines */ symbol__annotate_printf()
1611 bool full_paths, int min_pcnt, int max_lines) symbol__tty_annotate()
1629 min_pcnt, max_lines, 0); symbol__tty_annotate()
818 disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct disasm_line *queue) disasm_line__print() argument
1465 symbol__annotate_printf(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool full_paths, int min_pcnt, int max_lines, int context) symbol__annotate_printf() argument
1609 symbol__tty_annotate(struct symbol *sym, struct map *map, struct perf_evsel *evsel, bool print_lines, bool full_paths, int min_pcnt, int max_lines) symbol__tty_annotate() argument
/linux-4.4.14/drivers/tty/serial/
H A Dsb1250-duart.c786 int max_lines, line; sbd_probe_duarts() local
795 max_lines = 4; sbd_probe_duarts()
799 max_lines = 2; sbd_probe_duarts()
805 for (chip = 0, line = 0; chip < DUART_MAX_CHIP && line < max_lines; sbd_probe_duarts()
809 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; sbd_probe_duarts()

Completed in 236 milliseconds