Home
last modified time | relevance | path

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

/linux/mm/
A Dinternal.h118 static inline bool page_evictable(struct page *page) in page_evictable() function
A Dmlock.c222 if (page_mapcount(page) <= 1 && page_evictable(page)) { in __putback_lru_fast_prepare()
A Dvmscan.c1551 if (unlikely(!page_evictable(page))) in shrink_page_list()
2319 if (unlikely(!page_evictable(page))) { in move_pages_to_lru()
2534 if (unlikely(!page_evictable(page))) { in shrink_active_list()
4874 if (page_evictable(page) && PageUnevictable(page)) { in check_move_unevictable_pages()
/linux/Documentation/vm/
A Dunevictable-lru.rst159 The function page_evictable() in vmscan.c determines whether a page is
177 page_evictable() also checks for mlocked pages by testing an additional page
574 !page_evictable(page) - diverting these to the unevictable list.

Completed in 21 milliseconds