Home
last modified time | relevance | path

Searched defs:worker (Results 1 – 25 of 63) sorted by relevance

123

/linux-6.3-rc2/kernel/
A Dworkqueue_internal.h24 struct worker { struct
39 struct task_struct *task; /* I: worker task */ argument
40 struct worker_pool *pool; /* A: the associated pool */ argument
42 struct list_head node; /* A: anchored at pool->workers */ argument
47 int id; /* I: worker id */ argument
59 /* used by the scheduler to determine a worker's last known identity */ argument
64 * current_wq_worker - return struct worker if %current is a workqueue worker argument
A Dkthread.c756 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker()
785 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn() local
842 struct kthread_worker *worker; in __kthread_create_worker() local
885 struct kthread_worker *worker; in kthread_create_worker() local
935 struct kthread_worker *worker; in kthread_create_worker_on_cpu() local
995 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work()
1023 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn() local
1135 struct kthread_worker *worker; in kthread_flush_work() local
1173 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer() local
1287 struct kthread_worker *worker = work->worker; in __kthread_cancel_work_sync() local
[all …]
A Dworkqueue.c1054 struct worker *worker; in find_worker_executing_work() local
1378 struct worker *worker; in is_chained_work() local
1467 struct worker *worker; in __queue_work() local
1845 struct worker *worker; in alloc_worker() local
1935 struct worker *worker; in create_worker() local
2719 struct worker *worker; in check_flush_dependency() local
3661 struct worker *worker; in put_unbound_pool() local
4795 struct worker *worker; in print_worker_info() local
4881 struct worker *worker; in show_pwq() local
5002 struct worker *worker; in show_one_worker_pool() local
[all …]
A Dasync.c301 struct worker *worker = current_wq_worker(); in current_is_async() local
/linux-6.3-rc2/io_uring/
A Dio-wq.c151 static bool io_worker_get(struct io_worker *worker) in io_worker_get()
201 struct io_worker *worker; in io_task_worker_match() local
264 struct io_worker *worker; in io_wqe_activate_free_worker() local
322 struct io_worker *worker; in create_worker_cb() local
467 struct io_worker *worker) in io_get_next_work()
615 struct io_worker *worker = data; in io_wqe_worker() local
750 struct io_worker *worker; in create_worker_cont() local
802 struct io_worker *worker; in create_io_worker() local
848 struct io_worker *worker; in io_wq_for_each_worker() local
1217 struct io_worker *worker; in io_task_work_match() local
[all …]
/linux-6.3-rc2/tools/perf/bench/
A Dfutex-hash.c43 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 Dfutex-lock-pi.c27 struct worker { struct
35 static struct worker *worker; argument
A Depoll-wait.c118 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 Depoll-ctl.c67 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 Dfutex-wake.c36 static pthread_t *worker; variable
A Dfutex-requeue.c36 static pthread_t *worker; variable
/linux-6.3-rc2/include/linux/
A Ddevm-helpers.h48 work_func_t worker) in devm_delayed_work_autocancel()
73 work_func_t worker) in devm_work_autocancel()
A Dkthread.h134 struct kthread_worker *worker; member
165 #define kthread_init_worker(worker) \ argument
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsend_signal_sched_switch.c18 static void *worker(void *p) in worker() function
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
A Dtm-vmx-unavail.c26 void *worker(void *unused) in worker() function
/linux-6.3-rc2/include/drm/
A Ddrm_flip_work.h76 struct work_struct worker; member
A Ddrm_vblank.h212 struct kthread_worker *worker; member
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Di915_request.c303 struct kthread_worker *worker; member
493 struct kthread_worker *worker; in mock_breadcrumbs_smoketest() local
1438 struct kthread_worker *worker; member
1626 struct kthread_worker *worker; in live_parallel_engines() local
1787 struct kthread_worker *worker; in live_breadcrumbs_smoketest() local
2938 struct kthread_worker *worker; member
3196 struct kthread_worker *worker; in perf_parallel_engines() local
/linux-6.3-rc2/drivers/net/wireguard/
A Dqueueing.c13 struct multicore_worker __percpu *worker = alloc_percpu(struct multicore_worker); in wg_packet_percpu_multicore_worker_alloc() local
/linux-6.3-rc2/fs/erofs/
A Dzdata.c350 struct kthread_worker *worker; in erofs_destroy_percpu_workers() local
365 struct kthread_worker *worker = in erofs_init_percpu_worker() local
379 struct kthread_worker *worker; in erofs_init_percpu_workers() local
405 struct kthread_worker *worker, *old; in erofs_cpu_online() local
424 struct kthread_worker *worker; in erofs_cpu_offline() local
1462 struct kthread_worker *worker; in z_erofs_decompress_kickoff() local
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_vblank_work.c251 struct kthread_worker *worker; in drm_vblank_worker_init() local
/linux-6.3-rc2/drivers/i2c/
A Di2c-slave-testunit.c43 struct delayed_work worker; member
/linux-6.3-rc2/drivers/macintosh/ams/
A Dams.h37 struct work_struct worker; member
/linux-6.3-rc2/samples/seccomp/
A Duser-trap.c204 pid_t worker = 0 , tracer = 0; in main() local
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_io_utils.c119 struct kthread_worker *worker, in msm_hrtimer_work_init()

Completed in 62 milliseconds

123