Function report |
Source Code:mm\swap.c |
Create Date:2022-07-28 14:13:08 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pagevec_move_tail_fn
Proto:static void pagevec_move_tail_fn(struct page *page, struct lruvec *lruvec, void *arg)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct lruvec * | lruvec | |
void * | arg |
224 | If PageLRU(page) && Not PageUnevictable(page) Then |
225 | del_page_from_lru_list(page, lruvec, page_lru - which LRU list should a page be on?*@page: the page to test* Returns the LRU list a page should be on, as an index* into the array of LRU lists.) |
226 | ClearPageActive(page) |
228 | pgmoved++ |
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 |