Home
last modified time | relevance | path

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

/linux/mm/
H A Doom_kill.c232 mm_pgtables_bytes(p->mm) / PAGE_SIZE; in oom_badness()
407 get_mm_counter(task->mm, MM_SHMEMPAGES), mm_pgtables_bytes(task->mm), in dump_task()
966 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj); in __oom_kill_process()
H A Ddebug.c206 mm_pgtables_bytes(mm), in dump_mm()
/linux/include/trace/events/
H A Doom.h101 __entry->pgtables = mm_pgtables_bytes(task->mm) >> 10;
/linux/kernel/
H A Dfork.c596 if (mm_pgtables_bytes(mm)) in check_mm()
598 mm_pgtables_bytes(mm)); in check_mm()
/linux/include/linux/
H A Dmm.h2890 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
2907 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()