Searched refs:mm_pgtables_bytes (Results 1 – 4 of 4) sorted by relevance
101 __entry->pgtables = mm_pgtables_bytes(task->mm) >> 10;
646 if (mm_pgtables_bytes(mm)) in check_mm()648 mm_pgtables_bytes(mm)); in check_mm()
3663 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function3680 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
82 " kB\nVmPTE:\t", mm_pgtables_bytes(mm) >> 10, 8); in task_mem()