Home
last modified time | relevance | path

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

12

/Linux-v6.1/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.1/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.1/net/dsa/
Dtag_ocelot_8021q.c17 struct kthread_worker *xmit_worker;
27 struct kthread_worker *xmit_worker; in ocelot_defer_xmit()
Dtag_sja1105.c66 struct kthread_worker *xmit_worker;
145 struct kthread_worker *xmit_worker; in sja1105_defer_xmit()
762 struct kthread_worker *xmit_worker; in sja1105_connect()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_kms.h140 struct kthread_worker *worker;
157 struct kthread_worker *dump_worker;
Dmsm_drv.h102 struct kthread_worker *worker;
492 struct kthread_worker *worker;
499 struct kthread_worker *worker,
Dmsm_io_utils.c119 struct kthread_worker *worker, in msm_hrtimer_work_init()
Dmsm_gpu.h258 struct kthread_worker *worker;
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_gnss.h56 struct kthread_worker *kworker;
Dice_ptp.h188 struct kthread_worker *kworker;
Dice_gnss.c205 struct kthread_worker *kworker; in ice_gnss_struct_init()
/Linux-v6.1/arch/x86/kvm/
Di8254.h47 struct kthread_worker *worker;
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.h93 struct kthread_worker *xmit_worker;
/Linux-v6.1/include/crypto/
Dengine.h72 struct kthread_worker *kworker;
/Linux-v6.1/include/drm/
Ddrm_vblank.h212 struct kthread_worker *worker;
/Linux-v6.1/kernel/rcu/
Drcu.h555 extern struct kthread_worker *rcu_exp_gp_kworker;
556 extern struct kthread_worker *rcu_exp_par_gp_kworker;
/Linux-v6.1/drivers/ptp/
Dptp_private.h48 struct kthread_worker *kworker;
/Linux-v6.1/drivers/thermal/intel/
Dintel_powerclamp.c73 struct kthread_worker *worker;
462 struct kthread_worker *worker; in start_power_clamp_worker()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_vblank_work.c251 struct kthread_worker *worker; in drm_vblank_worker_init()
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.h377 struct kthread_worker *kworker;
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_spi.c79 struct kthread_worker *high_pri_worker;
/Linux-v6.1/include/trace/events/
Dsched.h66 TP_PROTO(struct kthread_worker *worker,
/Linux-v6.1/kernel/sched/
Dcpufreq_schedutil.c32 struct kthread_worker worker;
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-driver.h682 struct kthread_worker irq_worker; /* kthread worker for PIO/YUV/VBI actions */
/Linux-v6.1/include/linux/spi/
Dspi.h625 struct kthread_worker *kworker;

12