Home
last modified time | relevance | path

Searched refs:max_descendants (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h394 int max_descendants; member
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c1945 cgrp->max_descendants = INT_MAX; in init_cgroup_housekeeping()
3518 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show()
3551 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()
5489 if (cgroup->nr_descendants >= cgroup->max_descendants) in cgroup_check_hierarchy_limits()