Function report |
Source Code:mm\percpu-internal.h |
Create Date:2022-07-28 14:25:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pcpu_nr_pages_to_map_bits - converts the pages to size of bitmap*@pages: number of physical pages* This conversion is from physical pages to the number of bits* required in the bitmap.
Proto:static inline int pcpu_nr_pages_to_map_bits(int pages)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | pages |
94 | Return pages * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE |
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 |