Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:06:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Common helper functions. Never use with __GFP_HIGHMEM because the returned* address cannot represent highmem pages. Use alloc_pages and then kmap if* you need to access high mem.
Proto:unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp_mask | |
unsigned int | order |
4775 | page = alloc_pages(gfp_mask & ~__GFP_HIGHMEM, order) |
4776 | If Not page Then Return 0 |
4778 | Return page_address(page) |
Name | Describe |
---|---|
init_amd_gatt | Private Northbridge GATT initialization in case we cannot use the* AGP driver for some reason. |
gart_iommu_init | |
swiotlb_late_init_with_default_size | Systems with larger DMA zones (those that don't support ISA) can* initialize the swiotlb later using the slab allocator if needed.* This should be just like above, but with some error catching. |
swiotlb_late_init_with_tbl | |
get_zeroed_page | |
alloc_pages_exact | alloc_pages_exact - allocate an exact number physically-contiguous pages.*@size: the number of bytes to allocate*@gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP* This function is similar to alloc_pages(), except that it allocates the |
ima_alloc_pages | ma_alloc_pages() - Allocate contiguous pages |
dquot_init | |
raid6_select_algo | This code uses the gfmul table as convenient data set to abuse |
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 |