Searched refs:pgtables_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | mm.h | 2478 atomic_long_add(PTRS_PER_PUD * sizeof(pud_t), &mm->pgtables_bytes); in mm_inc_nr_puds() 2485 atomic_long_sub(PTRS_PER_PUD * sizeof(pud_t), &mm->pgtables_bytes); in mm_dec_nr_puds() 2506 atomic_long_add(PTRS_PER_PMD * sizeof(pmd_t), &mm->pgtables_bytes); in mm_inc_nr_pmds() 2513 atomic_long_sub(PTRS_PER_PMD * sizeof(pmd_t), &mm->pgtables_bytes); in mm_dec_nr_pmds() 2520 atomic_long_set(&mm->pgtables_bytes, 0); in mm_pgtables_bytes_init() 2525 return atomic_long_read(&mm->pgtables_bytes); in mm_pgtables_bytes() 2530 atomic_long_add(PTRS_PER_PTE * sizeof(pte_t), &mm->pgtables_bytes); in mm_inc_nr_ptes() 2535 atomic_long_sub(PTRS_PER_PTE * sizeof(pte_t), &mm->pgtables_bytes); in mm_dec_nr_ptes()
|
A D | mm_types.h | 614 atomic_long_t pgtables_bytes; /* size of all page tables */ member
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | vm.rst | 691 pid, uid, tgid, vm size, rss, pgtables_bytes, swapents, oom_score_adj
|
Completed in 15 milliseconds