Searched refs:max_lines (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | dump_pagetables.c | 46 unsigned long max_lines; member 318 if (!st->marker->max_lines || in note_page() 319 st->lines < st->marker->max_lines) { in note_page() 343 if (st->marker->max_lines && in note_page() 344 st->lines > st->marker->max_lines) { in note_page() 346 st->lines - st->marker->max_lines; in note_page()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | dump_pagetables.c | 46 unsigned long max_lines; member 318 if (!st->marker->max_lines || in note_page() 319 st->lines < st->marker->max_lines) { in note_page() 343 if (st->marker->max_lines && in note_page() 344 st->lines > st->marker->max_lines) { in note_page() 346 st->lines - st->marker->max_lines; in note_page()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sb1250-duart.c | 773 int max_lines, line; in sbd_probe_duarts() local 782 max_lines = 4; in sbd_probe_duarts() 786 max_lines = 2; in sbd_probe_duarts() 792 for (chip = 0, line = 0; chip < DUART_MAX_CHIP && line < max_lines; in sbd_probe_duarts() 796 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sb1250-duart.c | 773 int max_lines, line; in sbd_probe_duarts() local 782 max_lines = 4; in sbd_probe_duarts() 786 max_lines = 2; in sbd_probe_duarts() 792 for (chip = 0, line = 0; chip < DUART_MAX_CHIP && line < max_lines; in sbd_probe_duarts() 796 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 93 int max_lines; member
|
H A D | annotate.c | 1368 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() 1397 if (max_lines && printed >= max_lines) in annotation_line__print() 1447 } else if (max_lines && printed >= max_lines) in annotation_line__print() 2428 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf() 2441 /* filtered by max_lines */ in symbol__annotate_printf() 1366 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 95 int max_lines; member
|
H A D | annotate.c | 1470 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() 1498 if (max_lines && printed >= max_lines) in annotation_line__print() 1547 } else if (max_lines && printed >= max_lines) in annotation_line__print() 2558 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf() 2571 /* filtered by max_lines */ in symbol__annotate_printf() 1468 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, struct evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct annotation_line *queue, int addr_fmt_width, int percent_type) annotation_line__print() argument
|
Completed in 18 milliseconds