Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_associate_blkcg - associate blkcg to current kthread*@css: the cgroup info* Current thread must be a kthread. The thread is running jobs on behalf of* other threads. In some cases, we expect the jobs attach cgroup info of
Proto:void kthread_associate_blkcg(struct cgroup_subsys_state *css)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | css |
1208 | If Not (flags & I am a kernel thread ) Then Return |
1210 | kthread = to_kthread(current process) |
1211 | If Not kthread Then Return |
1214 | If blkcg_css Then |
1216 | blkcg_css = NULL |
1218 | If css Then |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |