Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dtest_stress_03.sh37 ublk_io_and_remove 8G -t null -q 4 --auto_zc &
38 ublk_io_and_remove 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
39 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
40 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &
45 ublk_io_and_remove 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &
46 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
47 …ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}…
48 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_tasks &
H A Dtest_stress_04.sh36 ublk_io_and_kill_daemon 8G -t null -q 4 --auto_zc &
37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
38 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --no_ublk_fixed_fd "${UBLK_BACKFILES[1]}" "$…
39 ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &
44 ublk_io_and_kill_daemon 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &
45 …ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[…
46 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILE…
47 …ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_task…
H A Dtest_stress_08.sh38 ublk_io_and_remove 256M -t loop -q 4 --auto_zc -b "${UBLK_BACKFILES[0]}" &
39 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc -b "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
40 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -b &
H A Dtest_stress_05.sh68 ublk_io_and_remove 8G -t null -q 4 --auto_zc -r 1 -i "$reissue" &
69 ublk_io_and_remove 256M -t loop -q 4 --auto_zc -r 1 -i "$reissue" "${UBLK_BACKFILES[1]}" &
70 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -r 1 -i "$reissue" &
H A Dtest_generic_08.sh17 dev_id=$(_add_ublk_dev -t loop -q 2 --auto_zc "${UBLK_BACKFILES[0]}")
25 dev_id=$(_add_ublk_dev -t stripe --auto_zc "${UBLK_BACKFILES[0]}" "${UBLK_BACKFILES[1]}")
H A Dtest_stress_09.sh37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc -b "${UBLK_BACKFILES[0]}" &
39 ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -b &
H A Dfile_backed.c69 unsigned auto_zc = ublk_queue_use_auto_zc(q); in loop_queue_tgt_rw_io()
70 enum io_uring_op op = ublk_to_uring_op(iod, zc | auto_zc); in loop_queue_tgt_rw_io()
94 if (!zc || auto_zc) { in loop_queue_tgt_io()
103 if (auto_zc) in loop_queue_tgt_io()
35 unsigned auto_zc = ublk_queue_use_auto_zc(q); loop_queue_tgt_rw_io() local
H A Dnull.c121 unsigned auto_zc = ublk_queue_use_auto_zc(q); in ublk_null_queue_io()
125 if (auto_zc && !ublk_io_auto_zc_fallback(iod)) in ublk_null_queue_io()
119 unsigned auto_zc = ublk_queue_use_auto_zc(q); ublk_null_queue_io() local
H A Dtest_generic_09.sh18 dev_id=$(_add_ublk_dev -t null -z --auto_zc --auto_zc_fallback)
H A Dtest_batch_01.sh25 dev_id=$(_add_ublk_dev -t stripe -b --auto_zc "${UBLK_BACKFILES[0]}" "${UBLK_BACKFILES[1]}")
H A Dstripe.c130 unsigned auto_zc = (ublk_queue_use_auto_zc(q) != 0); in stripe_queue_tgt_rw_io() local
132 enum io_uring_op op = stripe_to_uring_op(iod, zc | auto_zc); in stripe_queue_tgt_rw_io()
161 if (auto_zc || zc) { in stripe_queue_tgt_rw_io()