Function report |
Source Code:mm\percpu.c |
Create Date:2022-07-28 14:26:03 |
| Last Modify:2022-05-23 13:52:24 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pcpu_chunk_refresh_hint - updates metadata about a chunk*@chunk: chunk of interest*@full_scan: if we should scan from the beginning* Iterates over the metadata blocks to find the largest contig area
Proto:static void pcpu_chunk_refresh_hint(struct pcpu_chunk *chunk, bool full_scan)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct pcpu_chunk * | chunk | |
| bool | full_scan |
| 724 | If Not full_scan && scan hint for block Then |
| 726 | lock relative startingposition of the contig hint = lock relative startingposition of the scan hint |
| 728 | scan hint for block = 0 |
| 729 | Else |
| 731 | contig hint for block = 0 |
| 734 | bits = 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 |
| pcpu_block_update_hint_free | pcpu_block_update_hint_free - updates the block hints on the free path*@chunk: chunk of interest*@bit_off: chunk offset*@bits: size of request* Updates metadata for the allocation path. This avoids a blind 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 |