Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/damon/
Ddebugfs_attrs.sh21 test_write_succ() { function
53 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
66 test_write_succ "$file" "1 2 3 4" "$orig_content" "valid input"
67 test_write_succ "$file" "1 2 abc 4" "$orig_content" "still valid input"
69 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input"
71 test_write_succ "$file" "" "$orig_content" "empty input"