Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dlowmem_dbg.c70 tsk_nr_ptes = mm_pgtables_bytes(task->mm); in tasks_dump()
Doom_kill.c231 mm_pgtables_bytes(p->mm) / PAGE_SIZE; in oom_badness()
406 mm_pgtables_bytes(task->mm), in dump_task()
923 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj); in __oom_kill_process()
Ddebug.c256 mm_pgtables_bytes(mm), in dump_mm()
/kernel/linux/linux-5.10/include/linux/
Dmm.h2141 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
2158 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes() function
/kernel/linux/linux-5.10/kernel/
Dfork.c669 if (mm_pgtables_bytes(mm)) in check_mm()
671 mm_pgtables_bytes(mm)); in check_mm()
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c84 " kB\nVmPTE:\t", mm_pgtables_bytes(mm) >> 10, 8); in task_mem()