函数逻辑报告 |
Source Code:lib\test_kmod.c |
Create Date:2022-07-27 07:32:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Only wait *iff* we did not run into any errors during all of our thread* set up. If run into any issues we stop threads and just bail out with* an error to the trigger. This also means we don't need any tally work* for any threads which fail.
函数原型:static int try_requests(struct kmod_test_device *test_dev)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kmod_test_device * | test_dev |
393 | bool any_error = false |
395 | 以idx小于num_threads循环 |
408 | 如果非any_error则 |
409 | test_is_oom = false |
412 | wait_for_completion( & kthreads_done) |
414 | 否则 |
415 | test_is_oom = true |
419 | 返回:负ENOMEM |
422 | 返回:0 |
名称 | 描述 |
---|---|
run_test_driver | |
run_test_fs_type |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |