Searched refs:max_workers (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/block/ |
H A D | block-copy.c | 54 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 D | backup.c | 158 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 D | replication.c | 459 BackupPerf perf = { .use_copy_range = true, .max_workers = 1 }; in replication_start()
|
/openbmc/linux/io_uring/ |
H A D | io-wq.c | 82 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 D | block-copy.h | 64 int max_workers, int64_t max_chunk,
|
/openbmc/linux/tools/testing/kunit/ |
H A D | run_checks.py | 41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | gdbserver.py | 49 with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor:
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 139 with ThreadPoolExecutor(max_workers=args.jobs) as executor:
|
/openbmc/qemu/ |
H A D | blockdev.c | 2626 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 D | recipeutils.py | 1182 with ProcessPoolExecutor(max_workers=utils.cpu_count()) as executor:
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 1440 - with ThreadPoolExecutor(max_workers=5) as executor: 3351 + with ThreadPoolExecutor(max_workers=5) as executor:
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 1082 with concurrent.futures.ThreadPoolExecutor(max_workers=nproc) as executor:
|