Function report |
Source Code:mm\zbud.c |
Create Date:2022-07-28 16:25:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initializes the zbud header of a newly allocated zbud page
Proto:static struct zbud_header *init_zbud_page(struct page *page)
Type:struct zbud_header
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
241 | zhdr = page_address(page) |
242 | first_chunks = 0 |
243 | last_chunks = 0 |
246 | under_reclaim = 0 |
247 | Return zhdr |
Name | Describe |
---|---|
zbud_alloc | zbud_alloc() - allocates a region of a given size*@pool: zbud pool from which to allocate*@size: size in bytes of the desired allocation*@gfp: gfp flags used if the pool needs to grow*@handle: handle of the new allocation* This function will attempt to |
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 |