Function report |
Source Code:mm\z3fold.c |
Create Date:2022-07-28 16:30:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:z3fold_page_putback
Proto:static void z3fold_page_putback(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
1673 | zhdr = page_address(page) |
1674 | pool = zhdr_to_pool(zhdr) |
1676 | Lock a z3fold page |
1677 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list. |
1681 | atomic64_dec( & pages_nr) |
1682 | Return |
1686 | spin_unlock( & lock) |
1687 | Unlock a z3fold page |
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 |