Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_zone_device_page
Proto:static inline bool is_zone_device_page(const struct page *page)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct page * | page |
950 | Return false |
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. |
try_to_unmap_one | @arg: enum ttu_flags will be passed to this argument |
remove_migration_pte | Restore a potential migration pte to a working pte entry |
move_to_new_page | Move a page to a newly allocated page* The page is locked and all ptes have been successfully removed.* The new page will have replaced the old page if this function* is successful.* Return value:* < 0 - error code* MIGRATEPAGE_SUCCESS - success |
follow_trans_huge_pmd | |
uncharge_page | |
add_to_kill | Schedule a process for later kill.* Uses GFP_ATOMIC allocations to avoid potential recursions in the VM. |
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 |