函数逻辑报告 |
Source Code:mm\zswap.c |
Create Date:2022-07-27 16:53:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__zswap_pool_create_fallback
函数原型:static __init struct zswap_pool *__zswap_pool_create_fallback(void)
返回类型:struct zswap_pool
参数:无
571 | has_comp等于crypto_has_comp(zswap_compressor, 0, 0) |
573 | 打印错误信息("compressor %s not available, using default %s\n", zswap_compressor, Crypto compressor to use ) |
575 | param_free_charp( & zswap_compressor) |
577 | has_comp等于crypto_has_comp(zswap_compressor, 0, 0) |
579 | 如果非has_comp则 |
580 | 打印错误信息("default compressor %s not available\n", zswap_compressor) |
582 | param_free_charp( & zswap_compressor) |
583 | zswap_compressor等于unables |
588 | 打印错误信息("zpool %s not available, using default %s\n", zswap_zpool_type, Compressed storage zpool to use ) |
590 | param_free_charp( & zswap_zpool_type) |
594 | 如果非has_zpool则 |
595 | 打印错误信息("default zpool %s not available\n", zswap_zpool_type) |
597 | param_free_charp( & zswap_zpool_type) |
598 | zswap_zpool_type等于unables |
名称 | 描述 |
---|---|
init_zswap | module init and exit |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |