Function report |
Source Code:mm\percpu.c |
Create Date:2022-07-28 14:26:05 |
Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pcpu_block_refresh_hint*@chunk: chunk of interest*@index: index of the metadata block* Scans over the block beginning at first_free and updates the block* metadata accordingly.
Proto:static void pcpu_block_refresh_hint(struct pcpu_chunk *chunk, int index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pcpu_chunk * | chunk | |
int | index |
750 | block = metadata blocks + index |
751 | alloc_map = The following are helper functions to help access bitmaps and convert* between bitmap offsets to address offsets. |
755 | If scan hint for block Then |
757 | lock relative startingposition of the contig hint = lock relative startingposition of the scan hint |
759 | scan hint for block = 0 |
760 | Else |
762 | contig hint for block = 0 |
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 |