函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\zswap.c Create Date:2022-07-27 16:53:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ype and compressor must be null-terminated

函数原型:static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor)

返回类型:struct zswap_pool

参数:

类型参数名称
char *type
char *compressor
488  assert_spin_locked( & protects zswap_pools list modification )
491  如果strcmp(tfm_name, compressor)则继续下一循环
493  如果字符串比较则继续下一循环
496  如果非zswap_pool_get(pool)则继续下一循环
498  返回:pool
501  返回:NULL
调用者
名称描述
__zswap_param_setval must be a null-terminated string