Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 1 of 1) sorted by relevance

/mm/
Dpage-writeback.c1797 unsigned long tagged; in tag_pages_for_writeback() local
1801 tagged = radix_tree_range_tag_if_tagged(&mapping->page_tree, in tag_pages_for_writeback()
1805 WARN_ON_ONCE(tagged > WRITEBACK_TAG_BATCH); in tag_pages_for_writeback()
1808 } while (tagged >= WRITEBACK_TAG_BATCH && start); in tag_pages_for_writeback()