Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/
Dkthread.h122 struct kthread_worker { struct
134 struct kthread_worker *worker; argument
162 extern void __kthread_init_worker(struct kthread_worker *worker,
189 struct kthread_worker *
192 __printf(3, 4) struct kthread_worker *
196 bool kthread_queue_work(struct kthread_worker *worker,
199 bool kthread_queue_delayed_work(struct kthread_worker *worker,
203 bool kthread_mod_delayed_work(struct kthread_worker *worker,
208 void kthread_flush_worker(struct kthread_worker *worker);
213 void kthread_destroy_worker(struct kthread_worker *worker);
/Linux-v6.6/kernel/
Dkthread.c756 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker()
760 memset(worker, 0, sizeof(struct kthread_worker)); in __kthread_init_worker()
785 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
838 static __printf(3, 0) struct kthread_worker *
842 struct kthread_worker *worker; in __kthread_create_worker()
882 struct kthread_worker *
885 struct kthread_worker *worker; in kthread_create_worker()
931 struct kthread_worker *
935 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
951 static inline bool queuing_blocked(struct kthread_worker *worker, in queuing_blocked()
[all …]
/Linux-v6.6/net/dsa/
Dtag_ocelot_8021q.c21 struct kthread_worker *xmit_worker;
31 struct kthread_worker *xmit_worker; in ocelot_defer_xmit()
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()
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()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_kms.h132 struct kthread_worker *worker;
149 struct kthread_worker *dump_worker;
Dmsm_drv.h106 struct kthread_worker *worker;
512 struct kthread_worker *worker;
519 struct kthread_worker *worker,
Dmsm_io_utils.c120 struct kthread_worker *worker, in msm_hrtimer_work_init()
Dmsm_gpu.h275 struct kthread_worker *worker;
/Linux-v6.6/include/crypto/internal/
Dengine.h67 struct kthread_worker *kworker;
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_gnss.h33 struct kthread_worker *kworker;
Dice_ptp.h206 struct kthread_worker *kworker;
Dice_gnss.c174 struct kthread_worker *kworker; in ice_gnss_struct_init()
/Linux-v6.6/arch/x86/kvm/
Di8254.h47 struct kthread_worker *worker;
/Linux-v6.6/fs/erofs/
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()
/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix.h97 struct kthread_worker *xmit_worker;
/Linux-v6.6/include/drm/
Ddrm_vblank.h212 struct kthread_worker *worker;
/Linux-v6.6/drivers/ptp/
Dptp_private.h48 struct kthread_worker *kworker;
/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim.h60 struct kthread_worker *worker;
/Linux-v6.6/kernel/rcu/
Drcu.h620 extern struct kthread_worker *rcu_exp_gp_kworker;
621 extern struct kthread_worker *rcu_exp_par_gp_kworker;
/Linux-v6.6/drivers/gpu/drm/
Ddrm_vblank_work.c251 struct kthread_worker *worker; in drm_vblank_worker_init()
/Linux-v6.6/drivers/gpu/drm/i915/selftests/
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-v6.6/drivers/gpu/drm/i915/gt/
Dselftest_slpc.c20 struct kthread_worker *worker;
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dchip.h388 struct kthread_worker *kworker;
/Linux-v6.6/drivers/platform/chrome/
Dcros_ec_spi.c79 struct kthread_worker *high_pri_worker;

12