Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c2111 unsigned long tagged; in tag_pages_for_writeback() local
2115 tagged = radix_tree_range_tag_if_tagged(&mapping->page_tree, in tag_pages_for_writeback()
2119 WARN_ON_ONCE(tagged > WRITEBACK_TAG_BATCH); in tag_pages_for_writeback()
2122 } while (tagged >= WRITEBACK_TAG_BATCH && start); in tag_pages_for_writeback()
Dshmem.c1857 unsigned int tagged = 0; in shmem_tag_pins() local
1874 if (++tagged % 1024) in shmem_tag_pins()