Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H 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);
/openbmc/linux/kernel/
H A Dkthread.c805 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
866 static __printf(3, 0) struct kthread_worker *
870 struct kthread_worker *worker; in __kthread_create_worker()
910 struct kthread_worker *
913 struct kthread_worker *worker; in kthread_create_worker()
959 struct kthread_worker *
963 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
1051 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn()
1163 struct kthread_worker *worker; in kthread_flush_work()
1201 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer()
[all …]
/openbmc/linux/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()
243 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()
749 struct kthread_worker *xmit_worker; in sja1105_connect()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_kms.h132 struct kthread_worker *worker;
149 struct kthread_worker *dump_worker;
H A Dmsm_drv.h94 struct kthread_worker *worker;
500 struct kthread_worker *worker;
507 struct kthread_worker *worker,
H A Dmsm_io_utils.c120 struct kthread_worker *worker, in msm_hrtimer_work_init()
H A Dmsm_gpu.h275 struct kthread_worker *worker;
/openbmc/linux/include/crypto/internal/
H A Dengine.h67 struct kthread_worker *kworker;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.h33 struct kthread_worker *kworker;
H A Dice_ptp.h206 struct kthread_worker *kworker;
H A Dice_gnss.c174 struct kthread_worker *kworker; in ice_gnss_struct_init()
/openbmc/linux/arch/x86/kvm/
H A Di8254.h47 struct kthread_worker *worker;
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.h97 struct kthread_worker *xmit_worker;
/openbmc/linux/fs/erofs/
H A Dzdata.c341 static struct kthread_worker __rcu **z_erofs_pcpu_workers;
345 struct kthread_worker *worker; in erofs_destroy_percpu_workers()
358 static struct kthread_worker *erofs_init_percpu_worker(int cpu) in erofs_init_percpu_worker()
360 struct kthread_worker *worker = in erofs_init_percpu_worker()
372 struct kthread_worker *worker; in erofs_init_percpu_workers()
376 sizeof(struct kthread_worker *), GFP_ATOMIC); in erofs_init_percpu_workers()
398 struct kthread_worker *worker, *old; in erofs_cpu_online()
417 struct kthread_worker *worker; in erofs_cpu_offline()
1415 struct kthread_worker *worker; in z_erofs_decompress_kickoff()
/openbmc/linux/include/drm/
H A Ddrm_vblank.h212 struct kthread_worker *worker;
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h60 struct kthread_worker *worker;
/openbmc/linux/drivers/ptp/
H A Dptp_private.h48 struct kthread_worker *kworker;
/openbmc/linux/kernel/rcu/
H A Drcu.h629 extern struct kthread_worker *rcu_exp_gp_kworker;
630 extern struct kthread_worker *rcu_exp_par_gp_kworker;
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c251 struct kthread_worker *worker; in drm_vblank_worker_init()
/openbmc/linux/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()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c20 struct kthread_worker *worker;
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h389 struct kthread_worker *kworker;
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h682 struct kthread_worker irq_worker; /* kthread worker for PIO/YUV/VBI actions */

12