Function report |
Source Code:mm\frontswap.c |
Create Date:2022-07-28 15:21:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Invalidate any data from frontswap associated with the specified swaptype* and offset so that a subsequent "get" will fail.
Proto:void __frontswap_invalidate_page(unsigned type, unsigned long offset)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | type | |
unsigned long | offset |
339 | If Not __frontswap_test(sis, offset) Then Return |
343 | invalidate_page(type, offset) |
344 | __frontswap_clear(sis, offset) |
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 |