Lines Matching defs:css
237 #define css_for_each_descendant_pre(pos, css) \ argument
260 #define css_for_each_descendant_post(pos, css) \ argument
314 static inline void css_get(struct cgroup_subsys_state *css) in css_get()
327 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many()
344 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget()
361 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online()
383 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying()
394 static inline void css_put(struct cgroup_subsys_state *css) in css_put()
407 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many()
502 struct cgroup_subsys_state *css; in task_get_css() local
703 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get()
704 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()