Home
last modified time | relevance | path

Searched refs:dirty_poll_interval (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c1417 * If dirty_poll_interval is too low, big NUMA machines will call the expensive
1421 static unsigned long dirty_poll_interval(unsigned long dirty, in dirty_poll_interval() function
1664 intv = dirty_poll_interval(dirty, thresh); in balance_dirty_pages()
1670 m_intv = dirty_poll_interval(m_dirty, m_thresh); in balance_dirty_pages()
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c1514 * If dirty_poll_interval is too low, big NUMA machines will call the expensive
1518 static unsigned long dirty_poll_interval(unsigned long dirty, in dirty_poll_interval() function
1775 intv = dirty_poll_interval(dirty, thresh); in balance_dirty_pages()
1781 m_intv = dirty_poll_interval(m_dirty, m_thresh); in balance_dirty_pages()

Completed in 8 milliseconds