Function report |
Source Code:mm\swap.c |
Create Date:2022-07-28 14:13:01 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__put_compound_page
Proto:static void __put_compound_page(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
94 | If Not PageHuge(page) Then This path almost never happens for VM activity - pages are normally* freed via pagevecs. But it gets used by networking. |
96 | dtor = get_compound_page_dtor(page) |
Name | Describe |
---|---|
__put_page | |
release_pages | lease_pages - batched put_page()*@pages: array of pages to release*@nr: number of pages* Decrement the reference count on all the pages in @pages. If it* fell to zero, remove the page from the LRU and free it. |
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 |