Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh313 local subsys_path=$(get_cgroup_mountpoint $subsys)
315 if [ -z "$subsys_path" ]; then
321 subsys_path=cgroup
324 mkdir $subsys_path/0
325 sleep 100 < $subsys_path/0 & # add refcnt to this dir
326 rmdir $subsys_path/0
331 if [ "$subsys_path" = "cgroup" ]; then