Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmemtest.c122 void memtest_report_meminfo(struct seq_file *m) in memtest_report_meminfo() function
/Linux-v6.6/include/linux/
Dmemblock.h598 void memtest_report_meminfo(struct seq_file *m);
601 static inline void memtest_report_meminfo(struct seq_file *m) { } in memtest_report_meminfo() function
/Linux-v6.6/fs/proc/
Dmeminfo.c136 memtest_report_meminfo(m); in meminfo_proc_show()