Searched refs:nr_ptes (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/mm/ |
D | mprotect.c | 165 int nr_ptes = change_huge_pmd(vma, pmd, addr, in change_pmd_range() local 168 if (nr_ptes) { in change_pmd_range() 169 if (nr_ptes == HPAGE_PMD_NR) { in change_pmd_range()
|
D | oom_kill.c | 183 atomic_long_read(&p->mm->nr_ptes) + mm_nr_pmds(p->mm); in oom_badness() 377 atomic_long_read(&task->mm->nr_ptes), in dump_tasks()
|
D | debug.c | 208 atomic_long_read((atomic_long_t *)&mm->nr_ptes), in dump_mm()
|
D | huge_memory.c | 779 atomic_long_inc(&mm->nr_ptes); in __do_huge_pmd_anonymous_page() 804 atomic_long_inc(&mm->nr_ptes); in set_huge_zero_page() 978 atomic_long_inc(&dst_mm->nr_ptes); in copy_huge_pmd() 1479 atomic_long_dec(&tlb->mm->nr_ptes); in zap_huge_pmd() 1489 atomic_long_dec(&tlb->mm->nr_ptes); in zap_huge_pmd()
|
D | memory.c | 398 atomic_long_dec(&tlb->mm->nr_ptes); in free_pte_range() 591 atomic_long_inc(&mm->nr_ptes); in __pte_alloc()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | pgd.c | 100 atomic_long_dec(&mm->nr_ptes); in free_pgd_slow()
|
/linux-4.4.14/arch/arm/mm/ |
D | pgd.c | 144 atomic_long_dec(&mm->nr_ptes); in pgd_free()
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 408 atomic_long_t nr_ptes; /* PTE page table pages */ member
|
/linux-4.4.14/kernel/ |
D | fork.c | 598 atomic_long_set(&mm->nr_ptes, 0); in mm_init() 649 if (atomic_long_read(&mm->nr_ptes)) in check_mm() 651 atomic_long_read(&mm->nr_ptes)); in check_mm()
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 46 ptes = PTRS_PER_PTE * sizeof(pte_t) * atomic_long_read(&mm->nr_ptes); in task_mem()
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 571 pid, uid, tgid, vm size, rss, nr_ptes, nr_pmds, swapents, oom_score_adj
|