Home
last modified time | relevance | path

Searched refs:goals_dir (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/damon/
A Dsysfs.sh163 goals_dir=$1
164 ensure_dir "$goals_dir" "exist"
165 ensure_file "$goals_dir/nr_goals" "exist" "600"
167 ensure_write_succ "$goals_dir/nr_goals" "1" "valid input"
168 test_goal "$goals_dir/0"
170 ensure_write_succ "$goals_dir/nr_goals" "2" "valid input"
171 test_goal "$goals_dir/0"
172 test_goal "$goals_dir/1"
174 ensure_write_succ "$goals_dir/nr_goals" "0" "valid input"
175 ensure_dir "$goals_dir/0" "not_exist"
[all …]

Completed in 5 milliseconds