Function report |
Source Code:include\linux\mm_inline.h |
Create Date:2022-07-28 14:08:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_page_to_lru_list_tail
Proto:static __always_inline void add_page_to_lru_list_tail(struct page *page, struct lruvec *lruvec, enum lru_list lru)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct lruvec * | lruvec | |
enum lru_list | lru |
57 | update_lru_size(lruvec, lru, page_zonenum(page), hpage_nr_pages(page)) |
Name | Describe |
---|---|
pagevec_move_tail_fn | |
lru_deactivate_file_fn | If the page can not be invalidated, it is moved to the* inactive list to speed up its reclaim. It is moved to the* head of the list, rather than the tail, to give the flusher* threads some time to write it out, as this is much more |
lru_add_page_tail | sed by __split_huge_page_refcount() |
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 |