Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:10:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ss_has_online_children - does a css have online children*@css: the target css* Returns %true if @css has any online children; otherwise, %false. This* function can be called from any context but the caller is responsible
Proto:bool css_has_online_children(struct cgroup_subsys_state *css)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup_subsys_state * | css |
4322 | bool ret = false |
4326 | If flags & CSS_ONLINE Then |
4327 | ret = true |
4328 | Break |
4332 | Return ret |
Name | Describe |
---|---|
cgroup_destroy_locked | group_destroy_locked - the first stage of cgroup destruction*@cgrp: cgroup to be destroyed* css's make use of percpu refcnts whose killing latency shouldn't be* exposed to userland and are RCU protected |
cgroup1_check_for_release | |
update_parent_subparts_cpumask | pdate_parent_subparts_cpumask - update subparts_cpus mask of parent cpuset*@cpuset: The cpuset that requests change in partition root state*@cmd: Partition root state change command*@newmask: Optional new cpumask for partcmd_update*@tmp: Temporary addmask |
releasable_read | |
devcgroup_update_access | Modify the exception list using allow/deny rules |
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 |