descendants      3466 kernel/cgroup/cgroup.c 	int descendants = READ_ONCE(cgrp->max_descendants);
descendants      3468 kernel/cgroup/cgroup.c 	if (descendants == INT_MAX)
descendants      3471 kernel/cgroup/cgroup.c 		seq_printf(seq, "%d\n", descendants);
descendants      3480 kernel/cgroup/cgroup.c 	int descendants;
descendants      3485 kernel/cgroup/cgroup.c 		descendants = INT_MAX;
descendants      3487 kernel/cgroup/cgroup.c 		ret = kstrtoint(buf, 0, &descendants);
descendants      3492 kernel/cgroup/cgroup.c 	if (descendants < 0)
descendants      3499 kernel/cgroup/cgroup.c 	cgrp->max_descendants = descendants;