Searched refs:pte_dirty (Results 1 – 1 of 1) sorted by relevance
/fs/proc/ |
D | task_mmu.c | 611 smaps_account(mss, page, false, pte_young(*pte), pte_dirty(*pte)); in smaps_pte_entry() 1547 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1553 if (pte_dirty || PageDirty(page)) in gather_stats() 1653 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1675 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|