Lines Matching defs:css
239 #define css_for_each_descendant_pre(pos, css) \ argument
262 #define css_for_each_descendant_post(pos, css) \ argument
321 static inline void css_get(struct cgroup_subsys_state *css) in css_get()
334 static inline void css_get_many(struct cgroup_subsys_state *css, unsigned int n) in css_get_many()
351 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget()
368 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online()
390 static inline bool css_is_dying(struct cgroup_subsys_state *css) in css_is_dying()
401 static inline void css_put(struct cgroup_subsys_state *css) in css_put()
414 static inline void css_put_many(struct cgroup_subsys_state *css, unsigned int n) in css_put_many()
509 struct cgroup_subsys_state *css; in task_get_css() local
705 static inline void css_get(struct cgroup_subsys_state *css) {} in css_get()
706 static inline void css_put(struct cgroup_subsys_state *css) {} in css_put()