Home
last modified time | relevance | path

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

/openbmc/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()
416 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()
/openbmc/qemu/include/block/
H A Dblock-copy.h65 int max_workers, int64_t max_chunk,
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py49 with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor:
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py158 with ProcessPoolExecutor(max_workers=args.threads) as executor:
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py139 with ThreadPoolExecutor(max_workers=args.jobs) as executor:
/openbmc/qemu/
H A Dblockdev.c2698 BackupPerf perf = { .max_workers = 64 }; in do_backup_common()
2726 perf.max_workers = backup->x_perf->max_workers; in do_backup_common()
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1190 with ProcessPoolExecutor(max_workers=utils.cpu_count()) as executor:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch1440 - with ThreadPoolExecutor(max_workers=5) as executor:
3351 + with ThreadPoolExecutor(max_workers=5) as executor:
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass1062 with concurrent.futures.ThreadPoolExecutor(max_workers=nproc) as executor: