函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:run_one

函数原型:static int run_one(const struct bpf_prog *fp, struct bpf_test *test)

返回类型:int

参数:

类型参数名称
const struct bpf_prog *fp
struct bpf_test *test
6680  err_cnt等于0, runs等于MAX_TESTRUNS
6682 i小于General test specific settings 循环
6687  如果data_size恒等于0且result恒等于0则退出
6691  data等于generate_test_data(test, i)
6692  如果非data且非aux按位与Flags that can be passed to test cases 的值则
6693  打印标准信息("data generation failed ")
6694  err_cnt自加
6695  退出
6697  ret等于__run_one(fp, data, runs, & duration)
6698  release_test_data(test, data)
6700  如果ret恒等于result
6701  打印标准信息("%lld ", duration)
6702  否则
6703  打印标准信息("ret %d != %d ", ret, result)
6705  err_cnt自加
6709  返回:err_cnt
调用者
名称描述
test_bpf