Searched refs:subsys2 (Results 1 – 1 of 1) sorted by relevance
256 local subsys2=`tail -n 2 /proc/cgroups | head -1 | awk '{ print $1 }'`266 [ -z "$mounted" ] && get_cgroup_mountpoint $subsys2 >/dev/null && mounted=$subsys2270 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