Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpercpu.h162 extern unsigned long pcpu_nr_pages(void);
/linux-6.15/fs/proc/
H A Dmeminfo.c133 show_val_kb(m, "Percpu: ", pcpu_nr_pages()); in meminfo_proc_show()
/linux-6.15/mm/
H A Dpercpu.c3356 unsigned long pcpu_nr_pages(void) in pcpu_nr_pages() function