Function report |
Source Code:include\linux\mmzone.h |
Create Date:2022-07-28 05:37:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zone_spans_pfn
Proto:static inline bool zone_spans_pfn(const struct zone *zone, unsigned long pfn)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct zone * | zone | |
unsigned long | pfn |
610 | Return zone_start_pfn == zone_start_paddr >> PAGE_SHIFT <= pfn && pfn < zone_end_pfn(zone) |
Name | Describe |
---|---|
set_pfnblock_flags_mask | set_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages*@page: The page within the block of interest*@flags: The flags to set*@pfn: The target page frame number*@end_bitidx: The last bit of interest*@mask: mask |
move_freepages_block |
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 |