Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Ddump_pagetables.c46 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()
/openbmc/linux/drivers/tty/serial/
H A Dsb1250-duart.c773 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()
/openbmc/linux/tools/perf/util/
H A Dannotate.h95 int max_lines; member
H A Dannotate.c1504 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() argument
1532 if (max_lines && printed >= max_lines) in annotation_line__print()
1581 } else if (max_lines && printed >= max_lines) in annotation_line__print()
2591 opts->min_pcnt, printed, opts->max_lines, in symbol__annotate_printf()
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass683 max_lines = int(d.getVar('QA_MAX_LICENSE_LINES') or 20)
688 remove = len(license) - max_lines
690 start = max_lines // 2