Home
last modified time | relevance | path

Searched refs:updated_children (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/cgroup/
A Drstat.c63 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
64 prstatc->updated_children = cgrp; in cgroup_rstat_updated()
107 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()
109 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
126 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
263 rstatc->updated_children = cgrp; in cgroup_rstat_init()
280 if (WARN_ON_ONCE(rstatc->updated_children != cgrp) || in cgroup_rstat_exit()
/linux/include/linux/
A Dcgroup-defs.h337 struct cgroup *updated_children; /* terminated by self cgroup */ member

Completed in 6 milliseconds