max_descendants   391 include/linux/cgroup-defs.h 	int max_descendants;
max_descendants  1958 kernel/cgroup/cgroup.c 	cgrp->max_descendants = INT_MAX;
max_descendants  3466 kernel/cgroup/cgroup.c 	int descendants = READ_ONCE(cgrp->max_descendants);
max_descendants  3499 kernel/cgroup/cgroup.c 	cgrp->max_descendants = descendants;
max_descendants  5355 kernel/cgroup/cgroup.c 		if (cgroup->nr_descendants >= cgroup->max_descendants)