Searched refs:nr_ptes (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/mm/ |
D | mprotect.c | 163 int nr_ptes = change_huge_pmd(vma, pmd, addr, in change_pmd_range() local 166 if (nr_ptes) { in change_pmd_range() 167 if (nr_ptes == HPAGE_PMD_NR) { in change_pmd_range()
|
D | debug.c | 208 atomic_long_read((atomic_long_t *)&mm->nr_ptes), in dump_mm()
|
D | oom_kill.c | 173 atomic_long_read(&p->mm->nr_ptes) + mm_nr_pmds(p->mm); in oom_badness() 373 atomic_long_read(&task->mm->nr_ptes), in dump_tasks()
|
D | huge_memory.c | 761 atomic_long_inc(&mm->nr_ptes); in __do_huge_pmd_anonymous_page() 785 atomic_long_inc(&mm->nr_ptes); in set_huge_zero_page() 909 atomic_long_inc(&dst_mm->nr_ptes); in copy_huge_pmd() 1408 atomic_long_dec(&tlb->mm->nr_ptes); in zap_huge_pmd() 1417 atomic_long_dec(&tlb->mm->nr_ptes); in zap_huge_pmd()
|
D | memory.c | 397 atomic_long_dec(&tlb->mm->nr_ptes); in free_pte_range() 590 atomic_long_inc(&mm->nr_ptes); in __pte_alloc()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | pgd.c | 100 atomic_long_dec(&mm->nr_ptes); in free_pgd_slow()
|
/linux-4.1.27/arch/arm/mm/ |
D | pgd.c | 134 atomic_long_dec(&mm->nr_ptes); in pgd_free()
|
/linux-4.1.27/include/linux/ |
D | mm_types.h | 357 atomic_long_t nr_ptes; /* PTE page table pages */ member
|
/linux-4.1.27/kernel/ |
D | fork.c | 589 atomic_long_set(&mm->nr_ptes, 0); in mm_init() 640 if (atomic_long_read(&mm->nr_ptes)) in check_mm() 642 atomic_long_read(&mm->nr_ptes)); in check_mm()
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 45 ptes = PTRS_PER_PTE * sizeof(pte_t) * atomic_long_read(&mm->nr_ptes); in task_mem()
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 571 pid, uid, tgid, vm size, rss, nr_ptes, nr_pmds, swapents, oom_score_adj
|