Function report |
Source Code:mm\zsmalloc.c |
Create Date:2022-07-28 16:26:40 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zs_zpool_map
Proto:static void *zs_zpool_map(void *pool, unsigned long handle, enum zpool_mapmode mm)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void * | pool | |
| unsigned long | handle | |
| enum zpool_mapmode | mm |
| 421 | Case mm == ad-only (no copy-out at unmap time) |
| 423 | Break |
| 424 | Case mm == write-only (no copy-in at map time) |
| 427 | Case mm == rmal read-write mapping |
| 428 | Default |
| 429 | zs_mm = rmal read-write mapping |
| 430 | Break |
| 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 |