Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_bpf.c Create Date:2022-07-28 06:27:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:find_test_index

Proto:static __init int find_test_index(const char *test_name)

Type:int

Parameter:

TypeParameterName
const char *test_name
6725  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(tests) cycle
6726  If Not strcmp(descr, test_name) Then Return i
6729  Return -1
Caller
NameDescribe
prepare_bpf_tests