Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Doom_kill.c231 mm_pgtables_bytes(p->mm) / PAGE_SIZE; in oom_badness()
405 mm_pgtables_bytes(task->mm), in dump_task()
953 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj); in __oom_kill_process()
H A Ddebug.c199 mm_pgtables_bytes(mm), in dump_mm()
/openbmc/linux/kernel/
H A Dfork.c833 if (mm_pgtables_bytes(mm)) in check_mm()
835 mm_pgtables_bytes(mm)); in check_mm()
/openbmc/linux/include/linux/
H A Dmm.h2745 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
2762 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
/openbmc/linux/fs/proc/
H A Dtask_mmu.c76 " kB\nVmPTE:\t", mm_pgtables_bytes(mm) >> 10, 8); in task_mem()