Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dtest_stress_03.sh8 ublk_io_and_remove() function
32 ublk_io_and_remove 8G -t null -q 4 -z &
33 ublk_io_and_remove 256M -t loop -q 4 -z "${UBLK_BACKFILES[0]}" &
34 ublk_io_and_remove 256M -t stripe -q 4 -z "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
38 ublk_io_and_remove 8G -t null -q 4 --auto_zc &
39 ublk_io_and_remove 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
40 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
41 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &
46 ublk_io_and_remove 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &
47 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
[all …]
H A Dtest_stress_05.sh34 ublk_io_and_remove() function
50 ublk_io_and_remove 8G -t null -q 4 -g -r 1 -i "$reissue" &
51 ublk_io_and_remove 256M -t loop -q 4 -g -r 1 -i "$reissue" "${UBLK_BACKFILES[0]}" &
57 ublk_io_and_remove 8G -t null -q 4 -g -z -r 1 -i "$reissue" &
58 ublk_io_and_remove 256M -t loop -q 4 -g -z -r 1 -i "$reissue" "${UBLK_BACKFILES[1]}" &
65 ublk_io_and_remove 8G -t null -q 4 -g --auto_zc -r 1 -i "$reissue" &
66 ublk_io_and_remove 256M -t loop -q 4 -g --auto_zc -r 1 -i "$reissue" "${UBLK_BACKFILES[1]}" &
67 ublk_io_and_remove 8G -t null -q 4 -g -z --auto_zc --auto_zc_fallback -r 1 -i "$reissue" &
73 ublk_io_and_remove 8G -t null -q 4 --nthreads 8 --per_io_tasks -r 1 -i "$reissue" &
74ublk_io_and_remove 256M -t loop -q 4 --nthreads 8 --per_io_tasks -r 1 -i "$reissue" "${UBLK_BACKFI…
[all …]
H A Dtest_stress_01.sh8 ublk_io_and_remove() function
28 ublk_io_and_remove 8G -t null -q 4 &
29 ublk_io_and_remove 256M -t loop -q 4 "${UBLK_BACKFILES[0]}" &
30 ublk_io_and_remove 256M -t stripe -q 4 "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &