Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:10:42 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: the CSS is online, invoke ->css_offline() on it and mark it offline
Proto:static void offline_css(struct cgroup_subsys_state *css)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct cgroup_subsys_state * | css |
| 5067 | If Not (flags & CSS_ONLINE) Then Return |
| 5070 | If css_offline Then css_offline(css) |
| 5073 | flags &= ~CSS_ONLINE |
| Name | Describe |
|---|---|
| css_killed_work_fn | This is called when the refcnt of a css is confirmed to be killed.* css_tryget_online() is now guaranteed to fail. Tell the subsystem to* initate destruction and put the css ref from kill_css(). |
| 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 |