updated_children  328 include/linux/cgroup-defs.h 	struct cgroup *updated_children;	/* terminated by self cgroup */
updated_children   61 kernel/cgroup/rstat.c 		rstatc->updated_next = prstatc->updated_children;
updated_children   62 kernel/cgroup/rstat.c 		prstatc->updated_children = cgrp;
updated_children  104 kernel/cgroup/rstat.c 		if (rstatc->updated_children == pos)
updated_children  106 kernel/cgroup/rstat.c 		pos = rstatc->updated_children;
updated_children  121 kernel/cgroup/rstat.c 		nextp = &prstatc->updated_children;
updated_children  257 kernel/cgroup/rstat.c 		rstatc->updated_children = cgrp;
updated_children  274 kernel/cgroup/rstat.c 		if (WARN_ON_ONCE(rstatc->updated_children != cgrp) ||