Function report |
Source Code:mm\sparse.c |
Create Date:2022-07-28 15:34:14 |
Last Modify:2020-03-17 22:36:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:subsection_mask_set
Proto:static void subsection_mask_set(unsigned long *map, unsigned long pfn, unsigned long nr_pages)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | map | |
unsigned long | pfn | |
unsigned long | nr_pages |
225 | idx = subsection_map_index(pfn) |
226 | end = subsection_map_index(pfn + nr_pages - 1) |
228 | bitmap_set(map, idx, end - idx + 1) |
Name | Describe |
---|---|
subsection_map_init | |
section_deactivate | |
section_activate |
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 |