Function report |
Source Code:mm\percpu.c |
Create Date:2022-07-28 14:25:55 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pcpu_region_overlap - determines if two regions overlap*@a: start of first region, inclusive*@b: end of first region, exclusive*@x: start of second region, inclusive*@y: end of second region, exclusive* This is used to determine if the hint region [a, b)
Proto:static inline bool pcpu_region_overlap(int a, int b, int x, int y)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
int | a | |
int | b | |
int | x | |
int | y |
Name | Describe |
---|---|
pcpu_block_update_hint_alloc | pcpu_block_update_hint_alloc - update hint on allocation path*@chunk: chunk of interest*@bit_off: chunk offset*@bits: size of request* Updates metadata for the allocation path. The metadata only has to be |
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 |