Home
last modified time | relevance | path

Searched refs:kthread_worker (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.15/include/linux/
H A Dkthread.h124 struct kthread_worker { struct
136 struct kthread_worker *worker; argument
208 struct kthread_worker *__kw \
215 struct kthread_worker *
230 static inline struct kthread_worker *
234 struct kthread_worker *kw; in kthread_run_worker_on_cpu()
243 bool kthread_queue_work(struct kthread_worker *worker,
246 bool kthread_queue_delayed_work(struct kthread_worker *worker,
250 bool kthread_mod_delayed_work(struct kthread_worker *worker,
255 void kthread_flush_worker(struct kthread_worker *worker);
[all …]
/linux-6.15/kernel/
H A Dkthread.c972 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
1033 static __printf(3, 0) struct kthread_worker *
1037 struct kthread_worker *worker; in __kthread_create_worker_on_node()
1071 struct kthread_worker *
1074 struct kthread_worker *worker; in kthread_create_worker_on_node()
1121 struct kthread_worker *
1125 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
1212 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn()
1324 struct kthread_worker *worker; in kthread_flush_work()
1362 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer()
[all …]
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_kms.h125 struct kthread_worker *worker;
145 struct kthread_worker *dump_worker;
H A Dmsm_drv.h78 struct kthread_worker *worker;
498 struct kthread_worker *worker;
505 struct kthread_worker *worker,
H A Dmsm_io_utils.c133 struct kthread_worker *worker, in msm_hrtimer_work_init()
H A Dmsm_gpu.h272 struct kthread_worker *worker;
/linux-6.15/net/dsa/
H A Dtag_ocelot_8021q.c21 struct kthread_worker *xmit_worker;
31 struct kthread_worker *xmit_worker; in ocelot_defer_xmit()
H A Dtag_ksz.c30 struct kthread_worker *xmit_worker;
61 struct kthread_worker *xmit_worker; in ksz_connect()
251 struct kthread_worker *xmit_worker; in ksz_defer_xmit()
H A Dtag_sja1105.c68 struct kthread_worker *xmit_worker;
147 struct kthread_worker *xmit_worker; in sja1105_defer_xmit()
701 struct kthread_worker *xmit_worker; in sja1105_connect()
/linux-6.15/include/crypto/internal/
H A Dengine.h67 struct kthread_worker *kworker;
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_gnss.h33 struct kthread_worker *kworker;
H A Dice_dpll.h89 struct kthread_worker *kworker;
H A Dice_ptp.h257 struct kthread_worker *kworker;
H A Dice_gnss.c174 struct kthread_worker *kworker; in ice_gnss_struct_init()
/linux-6.15/arch/x86/kvm/
H A Di8254.h47 struct kthread_worker *worker;
/linux-6.15/fs/erofs/
H A Dzdata.c290 static struct kthread_worker __rcu **z_erofs_pcpu_workers;
294 struct kthread_worker *worker; in erofs_destroy_percpu_workers()
307 static struct kthread_worker *erofs_init_percpu_worker(int cpu) in erofs_init_percpu_worker()
309 struct kthread_worker *worker = in erofs_init_percpu_worker()
321 struct kthread_worker *worker; in erofs_init_percpu_workers()
325 sizeof(struct kthread_worker *), GFP_ATOMIC); in erofs_init_percpu_workers()
347 struct kthread_worker *worker, *old; in erofs_cpu_online()
366 struct kthread_worker *worker; in erofs_cpu_offline()
1419 struct kthread_worker *worker; in z_erofs_decompress_kickoff()
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix.h95 struct kthread_worker *xmit_worker;
/linux-6.15/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h60 struct kthread_worker *worker;
/linux-6.15/include/drm/
H A Ddrm_vblank.h243 struct kthread_worker *worker;
/linux-6.15/drivers/ptp/
H A Dptp_private.h56 struct kthread_worker *kworker;
/linux-6.15/drivers/usb/gadget/function/
H A Duvc.h99 struct kthread_worker *kworker;
/linux-6.15/drivers/gpu/drm/
H A Ddrm_vblank_work.c276 struct kthread_worker *worker; in drm_vblank_worker_init()
/linux-6.15/kernel/rcu/
H A Dtree.h71 struct kthread_worker *exp_kworker;
H A Drcu.h633 extern struct kthread_worker *rcu_exp_gp_kworker;
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_request.c303 struct kthread_worker *worker;
493 struct kthread_worker *worker; in mock_breadcrumbs_smoketest()
1458 struct kthread_worker *worker;
1646 struct kthread_worker *worker; in live_parallel_engines()
1807 struct kthread_worker *worker; in live_breadcrumbs_smoketest()
2958 struct kthread_worker *worker;
3216 struct kthread_worker *worker; in perf_parallel_engines()

12