Home
last modified time | relevance | path

Searched refs:_cgroup_state (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/
H A Dcgroup_lib.sh7 _cgroup_state=
19 [ "$_cgroup_state" ] || tst_brk TBROK "cgroup_get_mountpoint: No previous state found. Forgot to call cgroup_require?"
21 mountpoint=$(echo "$_cgroup_state" | grep -w "^$ctrl" | awk '{ print $4 }')
38 [ "$_cgroup_state" ] || tst_brk TBROK "cgroup_get_test_path: No previous state found. Forgot to call cgroup_require?"
61 [ "$_cgroup_state" ] || tst_brk TBROK "cgroup_get_version: No previous state found. Forgot to call cgroup_require?"
63 version=$(echo "$_cgroup_state" | grep -w "^$ctrl" | awk '{ print $2 }')
76 [ "$_cgroup_state" ] || return 0
78 ROD tst_cgctl cleanup "$_cgroup_state"
80 _cgroup_state=
118 _cgroup_state
[all...]

Completed in 1 milliseconds