Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H 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/tools/testing/selftests/bpf/
H A Dtest_progs.c536 if (verbose() && !env.workers) in test__end_subtest()
1088 env->workers = atoi(arg); in parse_arg()
1089 if (!env->workers) { in parse_arg()
1094 env->workers = get_nprocs(); in parse_arg()
1319 for (i = 0; i < env.workers; i++) in sigint_handler()
1697 dispatcher_threads = calloc(sizeof(pthread_t), env.workers); in server_main()
1698 data = calloc(sizeof(struct dispatch_data), env.workers); in server_main()
1700 env.worker_current_test = calloc(sizeof(int), env.workers); in server_main()
1701 for (i = 0; i < env.workers; i++) { in server_main()
1714 for (i = 0; i < env.workers; i++) { in server_main()
[all …]
H A Dtest_progs.h130 int workers; /* number of worker process */
129 int workers; /* number of worker process */ global() member
/linux/drivers/gpio/
H A Dgpio-mpsse.c21 struct list_head workers; /* polling work threads */ member
375 &priv->workers, list) { in gpio_mpsse_stop_all_except()
505 list_for_each_entry(worker, &priv->workers, list) in gpio_mpsse_irq_disable()
531 list_add(&worker->list, &priv->workers); in gpio_mpsse_irq_enable()
599 INIT_LIST_HEAD(&priv->workers); in gpio_mpsse_probe()
/linux/drivers/vhost/
H A DKconfig107 to configure the default mode for vhost workers.
/linux/net/l2tp/
H A DKconfig23 with home workers to connect to their offices.
/linux/drivers/md/
H A Draid5.c209 group->workers[0].working = true; in raid5_wakeup_stripe_thread()
211 queue_work_on(sh->cpu, raid5_wq, &group->workers[0].work); in raid5_wakeup_stripe_thread()
216 if (group->workers[i].working == false) { in raid5_wakeup_stripe_thread()
217 group->workers[i].working = true; in raid5_wakeup_stripe_thread()
219 &group->workers[i].work); in raid5_wakeup_stripe_thread()
7222 kfree(old_groups[0].workers); in raid5_store_group_thread_cnt()
7260 struct r5worker *workers; in alloc_thread_groups() local
7269 workers = kcalloc(size, *group_cnt, GFP_NOIO); in alloc_thread_groups()
7272 if (!*worker_groups || !workers) { in alloc_thread_groups()
7273 kfree(workers); in alloc_thread_groups()
[all …]
/linux/kernel/
H A Dworkqueue.c220 struct list_head workers; /* A: attached workers */ member
585 list_for_each_entry((worker), &(pool)->workers, node) \
2708 list_add_tail(&worker->node, &pool->workers); in worker_attach_to_pool()
3690 bh_worker(list_first_entry(&pool->workers, struct worker, node)); in workqueue_softirq_action()
3717 bh_worker(list_first_entry(&pool->workers, struct worker, node)); in drain_dead_softirq_workfn()
4864 INIT_LIST_HEAD(&pool->workers); in init_worker_pool()
/linux/Documentation/admin-guide/
H 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
/linux/fs/btrfs/
H A Dfs.h690 struct btrfs_workqueue *workers; member
H A Ddisk-io.c1735 btrfs_destroy_workqueue(fs_info->workers); in btrfs_stop_all_workers()
1927 fs_info->workers = in btrfs_init_workqueues()
1964 if (!(fs_info->workers && in btrfs_init_workqueues()
4336 btrfs_flush_workqueue(fs_info->workers); in close_ctree()
H A Dbio.c722 btrfs_queue_work(fs_info->workers, &async->work); in btrfs_wq_submit_bio()
H A Dsuper.c1247 btrfs_workqueue_set_max(fs_info->workers, new_pool_size); in btrfs_resize_thread_pool()
/linux/Documentation/dev-tools/
H A Dkcov.rst248 exits (e.g. vhost workers).