Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/damon/
H A Ddebugfs_attrs.sh13 test_write_fail "$file" "1 2 3 4" "$orig_content" "no enough fields"
14 test_write_fail "$file" "1 2 3 5 4" "$orig_content" \
H A Ddebugfs_schemes.sh14 test_write_fail "$file" "1 2
17 test_write_fail "$file" "2 1 2 1 10 1 3 10 1 1 1 1 1 1 1 1 2 3" \
H A Ddebugfs_empty_targets.sh12 test_write_fail "$DBGFS/monitor_on" "on" "orig_monitor_on" "empty target ids"
H A D_debugfs_common.sh25 test_write_fail() { function