Function report |
Source Code:mm\swap.c |
Create Date:2022-07-28 14:13:30 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:deactivate_page - deactivate a page*@page: page to deactivate* deactivate_page() moves @page to the inactive list if @page was on the active* list and was not an unevictable page. This is done to accelerate the reclaim* of @page.
Proto:void deactivate_page(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
662 | If PageLRU(page) && PageActive(page) && Not PageUnevictable(page) Then |
663 | pvec = Must be an lvalue. Since @var must be a simple identifier,* we force a syntax error here if it isn't.(lru_deactivate_pvecs) |
666 | If Not Add a page to a pagevec. Returns the number of slots still available. || PageCompound(page) Then pagevec_lru_move_fn(pvec, lru_deactivate_fn, NULL) |
Name | Describe |
---|---|
madvise_cold_or_pageout_pte_range |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |