Lines Matching defs:css
240 #define css_for_each_descendant_pre(pos, css) \ argument
263 #define css_for_each_descendant_post(pos, css) \ argument
322 static inline void css_get(struct cgroup_subsys_state *css) in css_get()
335 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many()
352 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget()
369 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online()
391 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying()
402 static inline void css_put(struct cgroup_subsys_state *css) in css_put()
415 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many()
511 struct cgroup_subsys_state *css; in task_get_css() local
707 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get()
708 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()