updated_next      329 include/linux/cgroup-defs.h 	struct cgroup *updated_next;		/* NULL iff not on the list */
updated_next       43 kernel/cgroup/rstat.c 	if (cgroup_rstat_cpu(cgrp, cpu)->updated_next)
updated_next       58 kernel/cgroup/rstat.c 		if (rstatc->updated_next)
updated_next       61 kernel/cgroup/rstat.c 		rstatc->updated_next = prstatc->updated_children;
updated_next      115 kernel/cgroup/rstat.c 	if (rstatc->updated_next) {
updated_next      128 kernel/cgroup/rstat.c 			nextp = &nrstatc->updated_next;
updated_next      131 kernel/cgroup/rstat.c 		*nextp = rstatc->updated_next;
updated_next      132 kernel/cgroup/rstat.c 		rstatc->updated_next = NULL;
updated_next      275 kernel/cgroup/rstat.c 		    WARN_ON_ONCE(rstatc->updated_next))