Searched refs:subsys1 (Results 1 – 1 of 1) sorted by relevance
255 local subsys1=`tail -n 1 /proc/cgroups | awk '{ print $1 }'`265 get_cgroup_mountpoint $subsys1 >/dev/null && mounted=$subsys1269 failing=$subsys1270 mount -t cgroup -o $subsys1,$subsys2 xxx $mntpoint/272 tst_res TFAIL "mount $subsys1 and $subsys2 failed"280 failing=$subsys1,$subsys2294 if [ "$subsys1" = cpuset -o "$subsys2" = cpuset ]; then