Searched refs:cgroup_task_count (Results 1 – 4 of 4) sorted by relevance
268 int cgroup_task_count(const struct cgroup *cgrp);
37 return cgroup_task_count(css->cgroup); in debug_taskcount_read()
353 length = cgroup_task_count(cgrp); in pidlist_array_load()
629 * cgroup_task_count - count the number of tasks in a cgroup.632 int cgroup_task_count(const struct cgroup *cgrp) in cgroup_task_count() function