函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:verify_keys

函数原型:static int verify_keys(struct test_key *keys, int size, bool invert)

返回类型:int

参数:

类型参数名称
struct test_key *keys
intsize
boolinvert
73 i小于size循环
74  ret等于static_key_enabled(key)
75  init等于init_state
76  如果ret不等于如果invert则非init否则init则返回:负EINVAL
78  ret等于test_key()
79  如果static_key_enabled(key)则
80  如果非ret则返回:负EINVAL
82  否则
83  如果ret则返回:负EINVAL
87  返回:0
调用者
名称描述
test_static_key_init