Searched refs:descendants (Results 1 – 1 of 1) sorted by relevance
3548 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local3550 if (descendants == INT_MAX) in cgroup_max_descendants_show()3553 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show()3562 int descendants; in cgroup_max_descendants_write() local3567 descendants = INT_MAX; in cgroup_max_descendants_write()3569 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write()3574 if (descendants < 0) in cgroup_max_descendants_write()3581 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()