Home
last modified time | relevance | path

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

/arch/x86/mm/
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()

Completed in 4 milliseconds