Lines Matching refs:cgroup
9 static void cgroup_base_stat_flush(struct cgroup *cgrp, int cpu);
11 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu()
25 void cgroup_rstat_updated(struct cgroup *cgrp, int cpu) in cgroup_rstat_updated()
28 struct cgroup *parent; in cgroup_rstat_updated()
83 static struct cgroup *cgroup_rstat_cpu_pop_updated(struct cgroup *pos, in cgroup_rstat_cpu_pop_updated()
84 struct cgroup *root, int cpu) in cgroup_rstat_cpu_pop_updated()
115 struct cgroup *parent = cgroup_parent(pos); in cgroup_rstat_cpu_pop_updated()
118 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated()
141 static void cgroup_rstat_flush_locked(struct cgroup *cgrp, bool may_sleep) in cgroup_rstat_flush_locked()
151 struct cgroup *pos = NULL; in cgroup_rstat_flush_locked()
191 void cgroup_rstat_flush(struct cgroup *cgrp) in cgroup_rstat_flush()
206 void cgroup_rstat_flush_irqsafe(struct cgroup *cgrp) in cgroup_rstat_flush_irqsafe()
224 void cgroup_rstat_flush_hold(struct cgroup *cgrp) in cgroup_rstat_flush_hold()
241 int cgroup_rstat_init(struct cgroup *cgrp) in cgroup_rstat_init()
263 void cgroup_rstat_exit(struct cgroup *cgrp) in cgroup_rstat_exit()
312 static void cgroup_base_stat_flush(struct cgroup *cgrp, int cpu) in cgroup_base_stat_flush()
314 struct cgroup *parent = cgroup_parent(cgrp); in cgroup_base_stat_flush()
341 cgroup_base_stat_cputime_account_begin(struct cgroup *cgrp) in cgroup_base_stat_cputime_account_begin()
350 static void cgroup_base_stat_cputime_account_end(struct cgroup *cgrp, in cgroup_base_stat_cputime_account_end()
358 void __cgroup_account_cputime(struct cgroup *cgrp, u64 delta_exec) in __cgroup_account_cputime()
367 void __cgroup_account_cputime_field(struct cgroup *cgrp, in __cgroup_account_cputime_field()
431 struct cgroup *cgrp = seq_css(seq)->cgroup; in cgroup_base_stat_cputime_show()