Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmemtest.c122 void memtest_report_meminfo(struct seq_file *m) in memtest_report_meminfo() function
/linux-6.15/include/linux/
H A Dmemblock.h599 void memtest_report_meminfo(struct seq_file *m);
602 static inline void memtest_report_meminfo(struct seq_file *m) { } in memtest_report_meminfo() function
/linux-6.15/fs/proc/
H A Dmeminfo.c135 memtest_report_meminfo(m); in meminfo_proc_show()