Searched refs:mm_pgtables_bytes (Results 1 – 5 of 5) sorted by relevance
234 mm_pgtables_bytes(p->mm) / PAGE_SIZE; in oom_badness()408 mm_pgtables_bytes(task->mm), in dump_task()901 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj); in __oom_kill_process()
245 mm_pgtables_bytes(mm), in dump_mm()
2235 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function2252 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
676 if (mm_pgtables_bytes(mm)) in check_mm()678 mm_pgtables_bytes(mm)); in check_mm()
75 " kB\nVmPTE:\t", mm_pgtables_bytes(mm) >> 10, 8); in task_mem()
Completed in 21 milliseconds