Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 18 of 18) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
A Dworkqueue.rst577 pool[00] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 0
578 pool[01] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 0
579 pool[02] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 1
580 pool[03] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 1
581 pool[04] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 2
582 pool[05] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 2
583 pool[06] ref= 1 nice= 0 idle/workers= 3/ 3 cpu= 3
584 pool[07] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 3
585 pool[08] ref=42 nice= 0 idle/workers= 6/ 6 cpus=0000000f
586 pool[09] ref=28 nice= 0 idle/workers= 3/ 3 cpus=00000003
[all …]
/linux/Documentation/core-api/
A Dworkqueue.rst188 worker-pools which host workers which are not bound to any
219 each other. Each maintains its separate pool of workers and
220 implements concurrency management among its workers.
650 pool[00] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 0
651 pool[01] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 0
652 pool[02] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 1
653 pool[03] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 1
654 pool[04] ref= 1 nice= 0 idle/workers= 4/ 4 cpu= 2
655 pool[05] ref= 1 nice=-20 idle/workers= 2/ 2 cpu= 2
656 pool[06] ref= 1 nice= 0 idle/workers= 3/ 3 cpu= 3
[all …]
/linux/tools/testing/selftests/bpf/
A Dtest_progs.c452 if (verbose() && !env.workers) in test__end_subtest()
998 env->workers = atoi(arg); in parse_arg()
999 if (!env->workers) { in parse_arg()
1004 env->workers = get_nprocs(); in parse_arg()
1188 for (i = 0; i < env.workers; i++) in sigint_handler()
1555 for (i = 0; i < env.workers; i++) { in server_main()
1568 for (i = 0; i < env.workers; i++) { in server_main()
1609 for (i = 0; i < env.workers; i++) { in server_main()
1871 env.workers = 0; in main()
1875 if (env.workers) { in main()
[all …]
A Dtest_progs.h129 int workers; /* number of worker process */ member
/linux/fs/erofs/
A DKconfig164 bool "EROFS per-cpu decompression kthread workers"
167 Saying Y here enables per-CPU kthread workers pool to carry out
173 bool "EROFS high priority per-CPU kthread workers"
177 This permits EROFS to configure per-CPU kthread workers to run
/linux/drivers/md/
A Draid5.h518 struct r5worker *workers; member
A Draid5.c205 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
212 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
213 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
215 &group->workers[i].work); in raid5_wakeup_stripe_thread()
7197 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
7233 struct r5worker *workers; in alloc_thread_groups() local
7242 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups()
7245 if (!*worker_groups || !workers) { in alloc_thread_groups()
7246 kfree(workers); in alloc_thread_groups()
7258 group->workers = workers + i * cnt; in alloc_thread_groups()
[all …]
/linux/net/l2tp/
A DKconfig23 with home workers to connect to their offices.
/linux/drivers/block/mtip32xx/
A Dmtip32xx.c733 int do_irq_enable = 1, i, workers; in mtip_handle_irq() local
754 for (i = 0, workers = 0; i < MTIP_MAX_SLOT_GROUPS; in mtip_handle_irq()
759 workers++; in mtip_handle_irq()
762 atomic_set(&dd->irq_workers_active, workers); in mtip_handle_irq()
763 if (workers) { in mtip_handle_irq()
/linux/fs/btrfs/
A Dfs.h601 struct btrfs_workqueue *workers; member
A Dbio.c640 btrfs_queue_work(fs_info->workers, &async->work); in btrfs_wq_submit_bio()
A Ddisk-io.c1781 btrfs_destroy_workqueue(fs_info->workers); in btrfs_stop_all_workers()
1972 fs_info->workers = in btrfs_init_workqueues()
2011 if (!(fs_info->workers && in btrfs_init_workqueues()
A Dsuper.c1237 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()
/linux/Documentation/admin-guide/
A Dworkload-tracing.rst126 starts specified number (N) of workers that exercise various netdevice
264 The netdev stressor starts N workers that exercise various netdevice ioctl
A Dkernel-per-CPU-kthreads.rst258 c. As of v3.18, Christoph Lameter's on-demand vmstat workers
/linux/kernel/
A Dworkqueue.c218 struct list_head workers; /* A: attached workers */ member
582 list_for_each_entry((worker), &(pool)->workers, node) \
2686 list_add_tail(&worker->node, &pool->workers); in worker_attach_to_pool()
3597 bh_worker(list_first_entry(&pool->workers, struct worker, node)); in workqueue_softirq_action()
3624 bh_worker(list_first_entry(&pool->workers, struct worker, node)); in drain_dead_softirq_workfn()
4753 INIT_LIST_HEAD(&pool->workers); in init_worker_pool()
/linux/Documentation/dev-tools/
A Dkcov.rst248 exits (e.g. vhost workers).
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst5085 Each inode btree chunk found by the first workqueue's workers are queued to the
5090 first workqueue's workers until the backlog eases.
5137 1. Start a round of repair with a workqueue and enough workers to keep the CPUs

Completed in 91 milliseconds