Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dblock-copy.c54 int max_workers; member
809 aio = aio_task_pool_new(call_state->max_workers); in block_copy_dirty_clusters()
936 .max_workers = BLOCK_COPY_MAX_WORKERS, in block_copy()
958 int max_workers, int64_t max_chunk, in block_copy_async() argument
968 .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()
/openbmc/linux/io_uring/
H A Dio-wq.c82 unsigned max_workers; member
315 if (unlikely(!acct->max_workers)) in io_wq_create_worker()
319 if (acct->nr_workers >= acct->max_workers) { in io_wq_create_worker()
350 if (acct->nr_workers < acct->max_workers) { in create_worker_cb()
1174 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
1175 wq->acct[IO_WQ_ACCT_UNBOUND].max_workers = in io_wq_create()
1380 prev[i] = max_t(int, acct->max_workers, prev[i]); in io_wq_max_workers()
1382 acct->max_workers = new_count[i]; in io_wq_max_workers()
/openbmc/qemu/include/block/
H A Dblock-copy.h64 int max_workers, int64_t max_chunk,
/openbmc/linux/tools/testing/kunit/
H A Drun_checks.py41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py49 with concurrent.futures.ThreadPoolExecutor(max_workers=1) 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.c2626 BackupPerf perf = { .max_workers = 64 }; in do_backup_common()
2653 perf.max_workers = backup->x_perf->max_workers; in do_backup_common()
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1182 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.bbclass1082 with concurrent.futures.ThreadPoolExecutor(max_workers=nproc) as executor: