Searched refs:descendants (Results 1 – 1 of 1) sorted by relevance
3549 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local3551 if (descendants == INT_MAX) in cgroup_max_descendants_show()3554 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show()3563 int descendants; in cgroup_max_descendants_write() local3568 descendants = INT_MAX; in cgroup_max_descendants_write()3570 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write()3575 if (descendants < 0) in cgroup_max_descendants_write()3582 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()