Lines Matching refs:dirty
424 bool dirty, bool locked, bool private) in smaps_page_accumulate() argument
438 if (dirty || PageDirty(page)) { in smaps_page_accumulate()
452 bool compound, bool young, bool dirty, bool locked, in smaps_account() argument
464 if (!PageSwapBacked(page) && !dirty && !PageDirty(page)) in smaps_account()
489 smaps_page_accumulate(mss, page, size, size << PSS_SHIFT, dirty, in smaps_account()
498 smaps_page_accumulate(mss, page, PAGE_SIZE, pss, dirty, locked, in smaps_account()
525 bool migration = false, young = false, dirty = false; in smaps_pte_entry() local
530 dirty = pte_dirty(*pte); in smaps_pte_entry()
564 smaps_account(mss, page, false, young, dirty, locked, migration); in smaps_pte_entry()
1751 unsigned long dirty; member
1768 md->dirty += nr_pages; in gather_stats()
1959 if (md->dirty) in show_numa_map()
1960 seq_printf(m, " dirty=%lu", md->dirty); in show_numa_map()
1962 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()