| /linux/kernel/ |
| A D | workqueue_internal.h | 24 struct worker { struct 37 int sleeping; /* S: is worker sleeping? */ argument 44 struct task_struct *task; /* I: worker task */ argument 45 struct worker_pool *pool; /* A: the associated pool */ argument 47 struct list_head node; /* A: anchored at pool->workers */ argument 52 int id; /* I: worker id */ argument 65 * current_wq_worker - return struct worker if %current is a workqueue worker argument
|
| A D | kthread.c | 777 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker() 806 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn() local 871 struct kthread_worker *worker; in __kthread_create_worker() local 914 struct kthread_worker *worker; in kthread_create_worker() local 964 struct kthread_worker *worker; in kthread_create_worker_on_cpu() local 1024 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work() 1052 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn() local 1164 struct kthread_worker *worker; in kthread_flush_work() local 1202 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer() local 1316 struct kthread_worker *worker = work->worker; in __kthread_cancel_work_sync() local [all …]
|
| A D | workqueue.c | 1112 struct worker *worker; in find_worker_executing_work() local 2197 struct worker *worker; in is_chained_work() local 2636 struct worker *worker; in alloc_worker() local 2770 struct worker *worker; in create_worker() local 2839 struct worker *worker; in detach_dying_workers() local 3694 struct worker *worker; in check_flush_dependency() local 4902 struct worker *worker; in put_unbound_pool() local 6103 struct worker *worker; in print_worker_info() local 6206 struct worker *worker; in show_pwq() local 6326 struct worker *worker; in show_one_worker_pool() local [all …]
|
| /linux/io_uring/ |
| A D | io-wq.c | 205 struct io_worker *worker; in io_task_worker_match() local 277 struct io_worker *worker; in io_wq_activate_free_worker() local 338 struct io_worker *worker; in create_worker_cb() local 478 struct io_worker *worker) in io_get_next_work() 551 struct io_worker *worker) in io_worker_handle_work() 633 struct io_worker *worker = data; in io_wq_worker() local 775 struct io_worker *worker; in create_worker_cont() local 827 struct io_worker *worker; in create_io_worker() local 873 struct io_worker *worker; in io_wq_for_each_worker() local 1207 struct io_worker *worker; in io_task_work_match() local [all …]
|
| /linux/tools/perf/bench/ |
| A D | futex-hash.c | 43 struct worker { struct 44 int tid; 45 u_int32_t *futex; 46 pthread_t thread; 70 static void *workerfn(void *arg) in workerfn() argument 130 struct worker *worker = NULL; in bench_futex_hash() local
|
| A D | futex-lock-pi.c | 27 struct worker { struct 35 static struct worker *worker; variable
|
| A D | epoll-wait.c | 118 struct worker { struct 119 int tid; 120 int epollfd; /* for --multiq */ 121 pthread_t thread; 122 unsigned long ops; 123 int *fdmap; 292 static int do_threads(struct worker *worker, struct perf_cpu_map *cpu) in do_threads() 382 struct worker *worker = p; in writerfn() local 431 struct worker *worker = NULL; in bench_epoll_wait() local
|
| A D | epoll-ctl.c | 67 struct worker { struct 68 int tid; 69 pthread_t thread; 70 unsigned long ops[EPOLL_NR_OPS]; 71 int *fdmap; 223 static int do_threads(struct worker *worker, struct perf_cpu_map *cpu) in do_threads() 317 struct worker *worker = NULL; in bench_epoll_ctl() local
|
| A D | sched-messaging.c | 150 static void create_thread_worker(union messaging_worker *worker, in create_thread_worker() 171 static void create_process_worker(union messaging_worker *worker, in create_process_worker() 185 static void create_worker(union messaging_worker *worker, in create_worker() 194 static void reap_worker(union messaging_worker *worker) in reap_worker() 210 static unsigned int group(union messaging_worker *worker, in group()
|
| A D | futex-wake.c | 36 static pthread_t *worker; variable
|
| A D | futex-requeue.c | 36 static pthread_t *worker; variable
|
| /linux/include/linux/ |
| A D | devm-helpers.h | 48 work_func_t worker) in devm_delayed_work_autocancel() 73 work_func_t worker) in devm_work_autocancel()
|
| A D | kthread.h | 135 struct kthread_worker *worker; member 166 #define kthread_init_worker(worker) \ argument
|
| /linux/drivers/vhost/ |
| A D | vhost.c | 251 struct vhost_worker *worker; in vhost_vq_work_queue() local 301 struct vhost_worker *worker; in vhost_dev_flush() local 312 struct vhost_worker *worker; in vhost_vq_has_work() local 622 struct vhost_worker *worker) in vhost_worker_destroy() 635 struct vhost_worker *worker; in vhost_workers_free() local 654 struct vhost_worker *worker; in vhost_worker_create() local 768 struct vhost_worker *worker; in vhost_vq_attach_worker() local 785 struct vhost_worker *worker; in vhost_new_worker() local 800 struct vhost_worker *worker; in vhost_free_worker() local 850 struct vhost_worker *worker; in vhost_worker_ioctl() local [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | send_signal_sched_switch.c | 18 static void *worker(void *p) in worker() function
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| A D | tm-vmx-unavail.c | 26 void *worker(void *unused) in worker() function
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_guc_relay_types.h | 21 struct work_struct worker; member
|
| A D | xe_gt_types.h | 181 struct work_struct worker; member 271 struct work_struct worker; member 298 struct work_struct worker; member
|
| A D | xe_gt_sriov_pf_control_types.h | 98 struct work_struct worker; member
|
| /linux/include/drm/ |
| A D | drm_flip_work.h | 65 struct work_struct worker; member
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | i915_request.c | 303 struct kthread_worker *worker; member 493 struct kthread_worker *worker; in mock_breadcrumbs_smoketest() local 1458 struct kthread_worker *worker; member 1646 struct kthread_worker *worker; in live_parallel_engines() local 1807 struct kthread_worker *worker; in live_breadcrumbs_smoketest() local 2958 struct kthread_worker *worker; member 3216 struct kthread_worker *worker; in perf_parallel_engines() local
|
| /linux/drivers/net/wireguard/ |
| A D | queueing.c | 13 struct multicore_worker __percpu *worker = alloc_percpu(struct multicore_worker); in wg_packet_percpu_multicore_worker_alloc() local
|
| /linux/fs/erofs/ |
| A D | zdata.c | 305 struct kthread_worker *worker; in erofs_destroy_percpu_workers() local 320 struct kthread_worker *worker = in erofs_init_percpu_worker() local 332 struct kthread_worker *worker; in erofs_init_percpu_workers() local 358 struct kthread_worker *worker, *old; in erofs_cpu_online() local 377 struct kthread_worker *worker; in erofs_cpu_offline() local 1353 struct kthread_worker *worker; in z_erofs_decompress_kickoff() local
|
| /linux/drivers/gpu/drm/ |
| A D | drm_vblank_work.c | 276 struct kthread_worker *worker; in drm_vblank_worker_init() local
|
| /linux/drivers/macintosh/ams/ |
| A D | ams.h | 37 struct work_struct worker; member
|