Function report |
Source Code:include\linux\mmzone.h |
Create Date:2022-07-28 05:37:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Used for pages which are on another list
Proto:static inline void move_to_free_area(struct page *page, struct free_area *area, int migratetype)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct free_area * | area | |
int | migratetype |
Name | Describe |
---|---|
move_freepages | Move the free pages in a range to the free lists of the requested type.* Note that start_page and end_pages are not aligned on a pageblock* boundary. If alignment is required, use move_freepages_block() |
steal_suitable_fallback | This function implements actual steal behaviour. If order is large enough,* we can steal whole pageblock. If not, we first move freepages in this* pageblock to our migratetype and determine how many already-allocated pages |
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 |