Lines Matching refs:css

51 	CSS_NO_REF	= (1 << 0), /* no reference counting for this css */
54 CSS_VISIBLE = (1 << 3), /* css is visible to userland */
55 CSS_DYING = (1 << 4), /* css is dying */
161 /* PI: the cgroup that this css is attached to */
164 /* PI: the cgroup subsystem that this css is attached to */
179 * matching css can be looked up using css_from_id().
204 * PI: the parent css. Placed here for cache proximity to following
257 * On the default hierarchy, ->subsys[ssid] may point to a css
261 * iterate through all css's attached to a given cgroup.
398 /* self css with NULL ->ss, points back to this cgroup */
478 * susbsys disabled will point to css's which are associated with
480 * following lists all css_sets which point to this cgroup's css
618 * If non-zero, should contain the offset from the start of css to
621 * long as the containing css remains accessible.
640 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft);
644 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft);
659 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft,
664 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft,
671 * of_css/cft() to access the associated css and cft.
690 int (*css_online)(struct cgroup_subsys_state *css);
691 void (*css_offline)(struct cgroup_subsys_state *css);
692 void (*css_released)(struct cgroup_subsys_state *css);
693 void (*css_free)(struct cgroup_subsys_state *css);
694 void (*css_reset)(struct cgroup_subsys_state *css);
695 void (*css_rstat_flush)(struct cgroup_subsys_state *css, int cpu);
697 struct cgroup_subsys_state *css);
699 struct cgroup_subsys_state *css);
750 /* idr for css->id */