HomeSort by relevance Sort by last modified time
    Searched refs:blockio (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/controllers/io-throttle/
run_io_throttle_test.sh 54 if [ -f /dev/blockioctl/blockio.bandwidth ]; then
55 io_throttle_file=blockio.bandwidth
56 elif [ -f /dev/blockioctl/blockio.bandwidth-max ]; then
57 io_throttle_file=blockio.bandwidth-max
myfunctions-io.sh 30 mount -t cgroup -o blockio cgroup /dev/blockioctl
  /external/ltp/testcases/kernel/controllers/
test_controllers.sh 46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;
47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;
85 if [ "$IOTHROTTLE_CONTROLLER" = "blockio" ] && [ "$IOTHROTTLE_CONTROLLER_VALUE" = "1" ]

Completed in 2220 milliseconds