Lines Matching defs:css
242 #define css_for_each_descendant_pre(pos, css) \ argument
265 #define css_for_each_descendant_post(pos, css) \ argument
324 static inline void css_get(struct cgroup_subsys_state *css) in css_get()
337 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many()
354 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget()
371 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online()
393 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying()
404 static inline void css_put(struct cgroup_subsys_state *css) in css_put()
417 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many()
524 struct cgroup_subsys_state *css; in task_get_css() local
716 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get()
717 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()