Function report |
Source Code:mm\gup.c |
Create Date:2022-07-28 14:34:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_user_pages() - release an array of gup-pinned pages.*@pages: array of pages to be marked dirty and released.*@npages: number of pages in the @pages array.* For each page in the @pages array, release the page using put_user_page().
Proto:void put_user_pages(struct page **pages, unsigned long npages)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page ** | pages | |
unsigned long | npages |
Name | Describe |
---|---|
put_user_pages_dirty_lock | put_user_pages_dirty_lock() - release and optionally dirty gup-pinned pages*@pages: array of pages to be maybe marked dirty, and definitely released |
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 |