函数逻辑报告 |
Source Code:kernel\torture.c |
Create Date:2022-07-27 15:12:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Create a generic torture kthread that is immediately runnable. If you* need the kthread to be stopped so that you can do something to it before* it starts, you will need to open-code your own.
函数原型:int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, char *f, struct task_struct **tp)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int (* | fn | |
void * | arg | |
char * | s | |
char * | m | |
char * | f | |
struct task_struct ** | tp |
778 | ret等于0 |
780 | VERBOSE_TOROUT_STRING(m) |
782 | 如果是错误则 |
787 | Register a task to be shuffled. If there is no memory, just splat* and don't bother registering. |
788 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |