Home
last modified time | relevance | path

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

/qemu/block/
H A Dblock-copy.c54 int max_workers; member
825 aio = aio_task_pool_new(call_state->max_workers); in block_copy_dirty_clusters()
952 .max_workers = BLOCK_COPY_MAX_WORKERS, in block_copy()
974 int max_workers, int64_t max_chunk, in block_copy_async() argument
984 .max_workers = max_workers, in block_copy_async()
H A Dbackup.c158 job->perf.max_workers, job->perf.max_chunk, in backup_loop()
415 if (perf->max_workers < 1 || perf->max_workers > INT_MAX) { in backup_job_create()
H A Dreplication.c459 BackupPerf perf = { .use_copy_range = true, .max_workers = 1 }; in replication_start()
/qemu/include/block/
H A Dblock-copy.h65 int max_workers, int64_t max_chunk,
/qemu/
H A Dblockdev.c2626 BackupPerf perf = { .max_workers = 64 }; in do_backup_common()
2653 perf.max_workers = backup->x_perf->max_workers; in do_backup_common()