Searched defs:cgroup (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/kernel/ |
D | cgroup_freezer.c | 38 struct cgroup *cgroup) in cgroup_freezer() 132 struct cgroup *cgroup) in freezer_create() 146 struct cgroup *cgroup) in freezer_destroy() 222 static void update_if_frozen(struct cgroup *cgroup, in update_if_frozen() 249 static int freezer_read(struct cgroup *cgroup, struct cftype *cft, in freezer_read() 275 static int try_to_freeze_cgroup(struct cgroup *cgroup, struct freezer *freezer) in try_to_freeze_cgroup() 295 static void unfreeze_cgroup(struct cgroup *cgroup, struct freezer *freezer) in unfreeze_cgroup() 306 static int freezer_change_state(struct cgroup *cgroup, in freezer_change_state() 340 static int freezer_write(struct cgroup *cgroup, in freezer_write() 369 static int freezer_populate(struct cgroup_subsys *ss, struct cgroup *cgroup) in freezer_populate()
|
D | cpuset.c | 1837 struct cgroup *cgroup) in cpuset_post_clone()
|
D | cgroup.c | 2505 struct cgroup *cgroup; member
|
/linux-3.3/include/linux/ |
D | cgroup.h | 66 struct cgroup *cgroup; member 195 struct cgroup { struct 199 * count users of this cgroup. >0 means busy, but doesn't argument 211 struct cgroup *parent; /* my parent */ argument 212 struct dentry __rcu *dentry; /* cgroup fs entry, RCU protected */ argument 215 struct cgroup_subsys_state *subsys[CGROUP_SUBSYS_COUNT]; argument 217 struct cgroupfs_root *root; argument 218 struct cgroup *top_cgroup; argument 227 * Linked list running through all cgroups that can argument 252 * list_add()/del() can bump the reference count on the entire cgroup argument
|
D | memcontrol.h | 91 int mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *cgroup) in mm_match_cgroup()
|
/linux-3.3/security/ |
D | device_cgroup.c | 52 static inline struct dev_cgroup *cgroup_to_devcgroup(struct cgroup *cgroup) in cgroup_to_devcgroup() 160 struct cgroup *cgroup) in devcgroup_create() 199 struct cgroup *cgroup) in devcgroup_destroy() 250 static int devcgroup_seq_read(struct cgroup *cgroup, struct cftype *cft, in devcgroup_seq_read() 455 struct cgroup *cgroup) in devcgroup_populate()
|
/linux-3.3/block/ |
D | blk-cgroup.c | 110 struct blkio_cgroup *cgroup_to_blkio_cgroup(struct cgroup *cgroup) in cgroup_to_blkio_cgroup() 577 blkiocg_reset_stats(struct cgroup *cgroup, struct cftype *cftype, u64 val) in blkiocg_reset_stats() 1545 static int blkiocg_populate(struct cgroup_subsys *subsys, struct cgroup *cgroup) in blkiocg_populate() 1551 static void blkiocg_destroy(struct cgroup_subsys *subsys, struct cgroup *cgroup) in blkiocg_destroy() 1602 blkiocg_create(struct cgroup_subsys *subsys, struct cgroup *cgroup) in blkiocg_create()
|
/linux-3.3/mm/ |
D | memcontrol.c | 3920 struct cgroup *cgroup; in memcg_get_hierarchical_limit() local 5343 struct cgroup *cgroup, in mem_cgroup_can_attach() 5383 struct cgroup *cgroup, in mem_cgroup_cancel_attach() 5517 struct cgroup *cgroup, in mem_cgroup_can_attach() 5523 struct cgroup *cgroup, in mem_cgroup_cancel_attach()
|
/linux-3.3/kernel/sched/ |
D | core.c | 8040 static int cpuacct_percpu_seq_read(struct cgroup *cgroup, struct cftype *cft, in cpuacct_percpu_seq_read()
|