Searched defs:blkio_cgroup (Results 1 – 1 of 1) sorted by relevance
114 struct blkio_cgroup { struct115 struct cgroup_subsys_state css;116 unsigned int weight;117 spinlock_t lock;118 struct hlist_head blkg_list;119 struct list_head policy_list; /* list of blkio_policy_node */