Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Doom.h101 __entry->pgtables = mm_pgtables_bytes(task->mm) >> 10;
/linux/kernel/
H A Dfork.c646 if (mm_pgtables_bytes(mm)) in check_mm()
648 mm_pgtables_bytes(mm)); in check_mm()
/linux/include/linux/
H A Dmm.h3663 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
3680 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
/linux/fs/proc/
H A Dtask_mmu.c82 " kB\nVmPTE:\t", mm_pgtables_bytes(mm) >> 10, 8); in task_mem()