Home
last modified time | relevance | path

Searched refs:cgroup_subsys_state (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/include/linux/
Dcgroup.h94 bool css_has_online_children(struct cgroup_subsys_state *css);
95 struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss);
96 struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgroup,
98 struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry,
131 struct cgroup_subsys_state *css_next_child(struct cgroup_subsys_state *pos,
132 struct cgroup_subsys_state *parent);
133 struct cgroup_subsys_state *css_next_descendant_pre(struct cgroup_subsys_state *pos,
134 struct cgroup_subsys_state *css);
135 struct cgroup_subsys_state *css_rightmost_descendant(struct cgroup_subsys_state *pos);
136 struct cgroup_subsys_state *css_next_descendant_post(struct cgroup_subsys_state *pos,
[all …]
Dcgroup-defs.h119 struct cgroup_subsys_state { struct
166 struct cgroup_subsys_state *parent; argument
182 struct cgroup_subsys_state *subsys[CGROUP_SUBSYS_COUNT];
319 struct cgroup_subsys_state self;
388 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT];
536 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft);
540 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft);
555 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft,
560 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft,
582 struct cgroup_subsys_state *(*css_alloc)(struct cgroup_subsys_state *parent_css);
[all …]
Dkthread.h202 void kthread_associate_blkcg(struct cgroup_subsys_state *css);
203 struct cgroup_subsys_state *kthread_blkcg(void);
205 static inline void kthread_associate_blkcg(struct cgroup_subsys_state *css) { } in kthread_associate_blkcg()
206 static inline struct cgroup_subsys_state *kthread_blkcg(void) in kthread_blkcg()
Dblk-cgroup.h47 struct cgroup_subsys_state css;
183 extern struct cgroup_subsys_state * const blkcg_root_css;
234 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg()
241 struct cgroup_subsys_state *css; in bio_blkcg()
253 struct cgroup_subsys_state *css; in blk_cgroup_congested()
911 #define blkcg_root_css ((struct cgroup_subsys_state *)ERR_PTR(-EINVAL))
Dbacking-dev-defs.h155 struct cgroup_subsys_state *memcg_css; /* the associated memcg */
156 struct cgroup_subsys_state *blkcg_css; /* and blkcg */
Dcgroup_rdma.h23 struct cgroup_subsys_state css;
Dbacking-dev.h230 struct cgroup_subsys_state *memcg_css,
268 struct cgroup_subsys_state *memcg_css; in wb_find_current()
307 struct cgroup_subsys_state *memcg_css; in wb_get_create_current()
Dvmpressure.h40 extern struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr);
Dblk_types.h19 struct cgroup_subsys_state;
181 struct cgroup_subsys_state *bi_css;
/Linux-v4.19/kernel/cgroup/
Dpids.c44 struct cgroup_subsys_state css;
60 static struct pids_cgroup *css_pids(struct cgroup_subsys_state *css) in css_pids()
70 static struct cgroup_subsys_state *
71 pids_css_alloc(struct cgroup_subsys_state *parent) in pids_css_alloc()
85 static void pids_css_free(struct cgroup_subsys_state *css) in pids_css_free()
175 struct cgroup_subsys_state *dst_css; in pids_can_attach()
179 struct cgroup_subsys_state *old_css; in pids_can_attach()
200 struct cgroup_subsys_state *dst_css; in pids_cancel_attach()
204 struct cgroup_subsys_state *old_css; in pids_cancel_attach()
221 struct cgroup_subsys_state *css; in pids_can_fork()
[all …]
Dfreezer.c44 struct cgroup_subsys_state css;
50 static inline struct freezer *css_freezer(struct cgroup_subsys_state *css) in css_freezer()
85 static struct cgroup_subsys_state *
86 freezer_css_alloc(struct cgroup_subsys_state *parent_css) in freezer_css_alloc()
105 static int freezer_css_online(struct cgroup_subsys_state *css) in freezer_css_online()
130 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline()
144 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free()
161 struct cgroup_subsys_state *new_css; in freezer_attach()
244 static void update_if_frozen(struct cgroup_subsys_state *css) in update_if_frozen()
247 struct cgroup_subsys_state *pos; in update_if_frozen()
[all …]
Ddebug.c14 static struct cgroup_subsys_state *
15 debug_css_alloc(struct cgroup_subsys_state *parent_css) in debug_css_alloc()
17 struct cgroup_subsys_state *css = kzalloc(sizeof(*css), GFP_KERNEL); in debug_css_alloc()
25 static void debug_css_free(struct cgroup_subsys_state *css) in debug_css_free()
34 static u64 debug_taskcount_read(struct cgroup_subsys_state *css, in debug_taskcount_read()
45 struct cgroup_subsys_state *css; in current_css_set_read()
76 static u64 current_css_set_refcount_read(struct cgroup_subsys_state *css, in current_css_set_refcount_read()
116 struct cgroup_subsys_state *css = seq_css(seq); in cgroup_css_links_read()
208 struct cgroup_subsys_state *css; in cgroup_subsys_states_read()
271 static u64 releasable_read(struct cgroup_subsys_state *css, struct cftype *cft) in releasable_read()
Dcgroup.c217 static struct cgroup_subsys_state *css_create(struct cgroup *cgrp,
220 static void kill_css(struct cgroup_subsys_state *css);
221 static int cgroup_addrm_files(struct cgroup_subsys_state *css,
462 static struct cgroup_subsys_state *cgroup_css(struct cgroup *cgrp, in cgroup_css()
480 static struct cgroup_subsys_state *cgroup_tryget_css(struct cgroup *cgrp, in cgroup_tryget_css()
483 struct cgroup_subsys_state *css; in cgroup_tryget_css()
504 static struct cgroup_subsys_state *cgroup_e_css(struct cgroup *cgrp, in cgroup_e_css()
536 struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgrp, in cgroup_get_e_css()
539 struct cgroup_subsys_state *css; in cgroup_get_e_css()
564 struct cgroup_subsys_state *of_css(struct kernfs_open_file *of) in of_css()
[all …]
Dcpuset.c80 struct cgroup_subsys_state css;
139 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs()
482 struct cgroup_subsys_state *css; in validate_change()
574 struct cgroup_subsys_state *pos_css; in update_domain_attr_tree()
662 struct cgroup_subsys_state *pos_css; in generate_sched_domains()
899 struct cgroup_subsys_state *pos_css; in update_cpumasks_hier()
1153 struct cgroup_subsys_state *pos_css; in update_nodemasks_hier()
1461 struct cgroup_subsys_state *css; in cpuset_can_attach()
1500 struct cgroup_subsys_state *css; in cpuset_cancel_attach()
1524 struct cgroup_subsys_state *css; in cpuset_attach()
[all …]
Drdma.c70 static struct rdma_cgroup *css_rdmacg(struct cgroup_subsys_state *css) in css_rdmacg()
568 static struct cgroup_subsys_state *
569 rdmacg_css_alloc(struct cgroup_subsys_state *parent) in rdmacg_css_alloc()
581 static void rdmacg_css_free(struct cgroup_subsys_state *css) in rdmacg_css_free()
597 static void rdmacg_css_offline(struct cgroup_subsys_state *css) in rdmacg_css_offline()
/Linux-v4.19/net/core/
Dnetclassid_cgroup.c20 static inline struct cgroup_cls_state *css_cls_state(struct cgroup_subsys_state *css) in css_cls_state()
32 static struct cgroup_subsys_state *
33 cgrp_css_alloc(struct cgroup_subsys_state *parent_css) in cgrp_css_alloc()
44 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online()
55 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free()
76 struct cgroup_subsys_state *css; in cgrp_attach()
87 static u64 read_classid(struct cgroup_subsys_state *css, struct cftype *cft) in read_classid()
92 static int write_classid(struct cgroup_subsys_state *css, struct cftype *cft, in write_classid()
Dnetprio_cgroup.c97 static u32 netprio_prio(struct cgroup_subsys_state *css, struct net_device *dev) in netprio_prio()
116 static int netprio_set_prio(struct cgroup_subsys_state *css, in netprio_set_prio()
137 static struct cgroup_subsys_state *
138 cgrp_css_alloc(struct cgroup_subsys_state *parent_css) in cgrp_css_alloc()
140 struct cgroup_subsys_state *css; in cgrp_css_alloc()
149 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online()
151 struct cgroup_subsys_state *parent_css = css->parent; in cgrp_css_online()
177 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free()
182 static u64 read_prioidx(struct cgroup_subsys_state *css, struct cftype *cft) in read_prioidx()
241 struct cgroup_subsys_state *css; in net_prio_attach()
/Linux-v4.19/kernel/sched/
Dcpuacct.c29 struct cgroup_subsys_state css;
35 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca()
58 static struct cgroup_subsys_state *
59 cpuacct_css_alloc(struct cgroup_subsys_state *parent_css) in cpuacct_css_alloc()
89 static void cpuacct_css_free(struct cgroup_subsys_state *css) in cpuacct_css_free()
155 static u64 __cpuusage_read(struct cgroup_subsys_state *css, in __cpuusage_read()
168 static u64 cpuusage_user_read(struct cgroup_subsys_state *css, in cpuusage_user_read()
174 static u64 cpuusage_sys_read(struct cgroup_subsys_state *css, in cpuusage_sys_read()
180 static u64 cpuusage_read(struct cgroup_subsys_state *css, struct cftype *cft) in cpuusage_read()
185 static int cpuusage_write(struct cgroup_subsys_state *css, struct cftype *cft, in cpuusage_write()
Dcore.c6371 static inline struct task_group *css_tg(struct cgroup_subsys_state *css) in css_tg()
6376 static struct cgroup_subsys_state *
6377 cpu_cgroup_css_alloc(struct cgroup_subsys_state *parent_css) in cpu_cgroup_css_alloc()
6395 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css) in cpu_cgroup_css_online()
6405 static void cpu_cgroup_css_released(struct cgroup_subsys_state *css) in cpu_cgroup_css_released()
6412 static void cpu_cgroup_css_free(struct cgroup_subsys_state *css) in cpu_cgroup_css_free()
6442 struct cgroup_subsys_state *css; in cpu_cgroup_can_attach()
6477 struct cgroup_subsys_state *css; in cpu_cgroup_attach()
6484 static int cpu_shares_write_u64(struct cgroup_subsys_state *css, in cpu_shares_write_u64()
6490 static u64 cpu_shares_read_u64(struct cgroup_subsys_state *css, in cpu_shares_read_u64()
[all …]
/Linux-v4.19/mm/
Dhugetlb_cgroup.c23 struct cgroup_subsys_state css;
37 struct hugetlb_cgroup *hugetlb_cgroup_from_css(struct cgroup_subsys_state *s) in hugetlb_cgroup_from_css()
92 static struct cgroup_subsys_state *
93 hugetlb_cgroup_css_alloc(struct cgroup_subsys_state *parent_css) in hugetlb_cgroup_css_alloc()
109 static void hugetlb_cgroup_css_free(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_free()
161 static void hugetlb_cgroup_css_offline(struct cgroup_subsys_state *css) in hugetlb_cgroup_css_offline()
264 static u64 hugetlb_cgroup_read_u64(struct cgroup_subsys_state *css, in hugetlb_cgroup_read_u64()
/Linux-v4.19/security/
Ddevice_cgroup.c41 struct cgroup_subsys_state css;
46 static inline struct dev_cgroup *css_to_devcgroup(struct cgroup_subsys_state *s) in css_to_devcgroup()
174 static int devcgroup_online(struct cgroup_subsys_state *css) in devcgroup_online()
195 static void devcgroup_offline(struct cgroup_subsys_state *css) in devcgroup_offline()
207 static struct cgroup_subsys_state *
208 devcgroup_css_alloc(struct cgroup_subsys_state *parent_css) in devcgroup_css_alloc()
221 static void devcgroup_css_free(struct cgroup_subsys_state *css) in devcgroup_css_free()
536 struct cgroup_subsys_state *pos; in propagate_exception()
/Linux-v4.19/block/
Dblk-cgroup.c48 struct cgroup_subsys_state * const blkcg_root_css = &blkcg_root.css;
441 static int blkcg_reset_stats(struct cgroup_subsys_state *css, in blkcg_reset_stats()
709 struct cgroup_subsys_state *pos_css; in blkg_stat_recursive_sum()
751 struct cgroup_subsys_state *pos_css; in blkg_rwstat_recursive_sum()
1074 static void blkcg_css_offline(struct cgroup_subsys_state *css) in blkcg_css_offline()
1118 static void blkcg_css_free(struct cgroup_subsys_state *css) in blkcg_css_free()
1136 static struct cgroup_subsys_state *
1137 blkcg_css_alloc(struct cgroup_subsys_state *parent_css) in blkcg_css_alloc()
1140 struct cgroup_subsys_state *ret; in blkcg_css_alloc()
1308 struct cgroup_subsys_state *dst_css; in blkcg_can_attach()
[all …]
/Linux-v4.19/include/net/
Dnetprio_cgroup.h30 struct cgroup_subsys_state *css; in task_netprioidx()
Dcls_cgroup.h24 struct cgroup_subsys_state css;
/Linux-v4.19/drivers/block/
Dloop.h75 struct cgroup_subsys_state *css;

12