函数逻辑报告 |
Source Code:include\linux\cgroup.h |
Create Date:2022-07-27 06:54:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:循环获得css
函数原型:static inline struct cgroup_subsys_state *task_css(struct task_struct *task, int subsys_id)
返回类型:struct cgroup_subsys_state
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | task | |
int | subsys_id |
名称 | 描述 |
---|---|
task_ca | Return CPU accounting group to which this task belongs |
task_freezer | |
pids_can_attach | |
pids_cancel_attach | |
pids_release | |
task_cs | Retrieve the cpuset for a task |
mem_cgroup_from_task | |
hugetlb_cgroup_from_task | |
blkcg_maybe_throttle_current | lkcg_maybe_throttle_current - throttle the current task if it has been marked* This is only called if we've been marked with set_notify_resume() |
task_devcgroup | |
task_get_css | ask_get_css - find and get the css for (task, subsys)*@task: the target task*@subsys_id: the target subsystem ID* Find the css for the (@task, @subsys_id) combination, increment a* reference on and return it. This function is guaranteed to return a |
task_cgroup | |
blkcg_css | lkcg_css - find the current css* Find the css associated with either the kthread or the current task.* This may return a dying css, so it is up to the caller to use tryget logic* to confirm it is alive and well. |
blk_cgroup_congested | |
task_netprioidx |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |