函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:10:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:group_taskset_next - iterate to the next task in taskset*@tset: taskset of interest*@dst_cssp: output variable for the destination css* Return the next task in @tset. Iteration must have been initialized* with cgroup_taskset_first().
函数原型:struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, struct cgroup_subsys_state **dst_cssp)
返回类型:struct task_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cgroup_taskset * | tset | |
struct cgroup_subsys_state ** | dst_cssp |
2353 | 否则task等于list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(task, cg_list) |
2371 | 返回:task |
2374 | cset等于list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(cset, mg_node) |
2375 | task = NULL |
2378 | 返回:NULL |
名称 | 描述 |
---|---|
cgroup_taskset_first | group_taskset_first - reset taskset and return the first task*@tset: taskset of interest*@dst_cssp: output variable for the destination css*@tset iteration is initialized and the first task is returned. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |