Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\cgroup.h Create Date:2022-07-28 05:54:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ss_is_dying - test whether the specified css is dying*@css: target css* Test whether @css is in the process of offlining or already offline

Proto:static inline bool css_is_dying(struct cgroup_subsys_state *css)

Type:bool

Parameter:

TypeParameterName
struct cgroup_subsys_state *css
389  Return Not (flags & CSS_NO_REF) && percpu_ref_is_dying - test whether a percpu refcount is dying or dead*@ref: percpu_ref to test* Returns %true if @ref is dying or dead.* This function is safe to call as long as @ref is between init and exit
Caller
NameDescribe
is_cpuset_onlinevenient tests for these bits