HomeSort by relevance Sort by last modified time
    Searched full:notify_on_release (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_function.sh 152 # Test notify_on_release with invalid inputs
155 if echo "-1" > "$start_path/ltp_1/notify_on_release" 2>/dev/null; then
156 tst_resm TFAIL "Can write -1 to $start_path/ltp_1/notify_on_release"
160 if echo "ltp" > "$start_path/ltp_1/notify_on_release" 2>/dev/null; then
161 tst_resm TFAIL "Can write ltp to $start_path/ltp_1/notify_on_release"
165 tst_resm TPASS "Cannot write invalid values to $start_path/ltp_1/notify_on_release"
168 # Test that notify_on_release can be changed
171 local notify=$(ROD cat "$start_path/ltp_1/notify_on_release")
180 if ! echo "$value" > "$start_path/ltp_1/notify_on_release"; then
181 tst_resm TFAIL "Failed to set $start_path/ltp_1/notify_on_release to $value
    [all...]
  /external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_test.sh 128 # Bug: a cgroup's notify_on_release flag did not inherit from its parent.
142 echo 0 > cgroup/notify_on_release
144 val1=`cat cgroup/0/notify_on_release`
146 echo 1 > cgroup/notify_on_release
148 val2=`cat cgroup/1/notify_on_release`
151 tst_resm TFAIL "wrong notify_on_release value"
154 tst_resm TPASS "notify_on_release is inherited"
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 75 char notify_on_release; member in struct:cpuset
711 } else if (streq(optionname, "notify_on_release")) {
712 cp->notify_on_release = ! !value;
898 else if (streq(optionname, "notify_on_release"))
899 return cp->notify_on_release;
    [all...]
  /system/core/libcutils/
sched_policy.cpp 109 notify_on_release
  /external/lisa/ipynb/examples/devlib/
cgroups_example.ipynb 364 " \"notify_on_release\": \"0\", \n",
401 " \"notify_on_release\": \"0\", \n",
    [all...]

Completed in 1980 milliseconds