Function report |
Source Code:mm\memcontrol.c |
Create Date:2022-07-28 16:10:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lock_page_lru
Proto:static void lock_page_lru(struct page *page, int *isolated)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
int * | isolated |
2577 | pgdat = page_pgdat(page) |
2584 | ClearPageLRU(page) |
2585 | 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.) |
2586 | isolated = 1 |
2587 | Else isolated = 0 |
Name | Describe |
---|---|
commit_charge |
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 |