Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dkthread.h123 struct kthread_worker { struct
135 struct kthread_worker *worker; argument
163 extern void __kthread_init_worker(struct kthread_worker *worker,
190 struct kthread_worker *
193 __printf(3, 4) struct kthread_worker *
197 bool kthread_queue_work(struct kthread_worker *worker,
200 bool kthread_queue_delayed_work(struct kthread_worker *worker,
204 bool kthread_mod_delayed_work(struct kthread_worker *worker,
209 void kthread_flush_worker(struct kthread_worker *worker);
214 void kthread_destroy_worker(struct kthread_worker *worker);
/linux/kernel/
A Dkthread.c806 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
867 static __printf(3, 0) struct kthread_worker *
871 struct kthread_worker *worker; in __kthread_create_worker()
911 struct kthread_worker *
914 struct kthread_worker *worker; in kthread_create_worker()
960 struct kthread_worker *
964 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
1052 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn()
1164 struct kthread_worker *worker; in kthread_flush_work()
1202 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer()
[all …]
/linux/drivers/gpu/drm/msm/
A Dmsm_kms.h124 struct kthread_worker *worker;
141 struct kthread_worker *dump_worker;
A Dmsm_drv.h92 struct kthread_worker *worker;
510 struct kthread_worker *worker;
517 struct kthread_worker *worker,
A Dmsm_io_utils.c133 struct kthread_worker *worker, in msm_hrtimer_work_init()
A Dmsm_gpu.h275 struct kthread_worker *worker;
/linux/net/dsa/
A Dtag_ocelot_8021q.c21 struct kthread_worker *xmit_worker;
31 struct kthread_worker *xmit_worker; in ocelot_defer_xmit()
A Dtag_ksz.c30 struct kthread_worker *xmit_worker;
61 struct kthread_worker *xmit_worker; in ksz_connect()
246 struct kthread_worker *xmit_worker; in ksz_defer_xmit()
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/include/crypto/internal/
A Dengine.h67 struct kthread_worker *kworker;
/linux/drivers/net/ethernet/intel/ice/
A Dice_gnss.h33 struct kthread_worker *kworker;
A Dice_dpll.h89 struct kthread_worker *kworker;
A Dice_ptp.h259 struct kthread_worker *kworker;
A Dice_gnss.c174 struct kthread_worker *kworker; in ice_gnss_struct_init()
/linux/arch/x86/kvm/
A Di8254.h47 struct kthread_worker *worker;
/linux/fs/erofs/
A Dzdata.c301 static struct kthread_worker __rcu **z_erofs_pcpu_workers;
305 struct kthread_worker *worker; in erofs_destroy_percpu_workers()
318 static struct kthread_worker *erofs_init_percpu_worker(int cpu) in erofs_init_percpu_worker()
320 struct kthread_worker *worker = in erofs_init_percpu_worker()
332 struct kthread_worker *worker; in erofs_init_percpu_workers()
336 sizeof(struct kthread_worker *), GFP_ATOMIC); in erofs_init_percpu_workers()
358 struct kthread_worker *worker, *old; in erofs_cpu_online()
377 struct kthread_worker *worker; in erofs_cpu_offline()
1353 struct kthread_worker *worker; in z_erofs_decompress_kickoff()
/linux/drivers/net/dsa/ocelot/
A Dfelix.h95 struct kthread_worker *xmit_worker;
/linux/include/drm/
A Ddrm_vblank.h243 struct kthread_worker *worker;
/linux/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.h60 struct kthread_worker *worker;
/linux/drivers/ptp/
A Dptp_private.h56 struct kthread_worker *kworker;
/linux/drivers/gpu/drm/
A Ddrm_vblank_work.c276 struct kthread_worker *worker; in drm_vblank_worker_init()
/linux/kernel/rcu/
A Dtree.h71 struct kthread_worker *exp_kworker;
A Drcu.h634 extern struct kthread_worker *rcu_exp_gp_kworker;
/linux/drivers/gpu/drm/i915/selftests/
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()
/linux/drivers/gpu/drm/i915/gt/
A Dselftest_slpc.c20 struct kthread_worker *worker;

Completed in 48 milliseconds

12