Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Drun_cpuctl_test_fj.sh32 CPUCTL="/dev/cpuctl"
36 # Create $CPUCTL & mount the cgroup file system with cpu controller
40 if [ -e $CPUCTL ]
42 tst_resm TWARN "WARN:$CPUCTL already exist..overwriting"
49 mkdir -p "$CPUCTL" || return 1
51 mount -t cgroup -o cpu cpuctl "$CPUCTL" || {
61 mount | grep "$CPUCTL" > /dev/null 2>&1 || {
62 rm -rf "$CPUCTL" > /dev/null 2>&1
66 find $CPUCTL -type d | sort | sed -n '2,$p' | tac | while read -r tmpdir
70 echo $tmppid > $CPUCTL/task
[all...]

Completed in 1 milliseconds