Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dkthread.h94 struct kthread_worker { struct
106 struct kthread_worker *worker; argument
134 struct kthread_worker worker = KTHREAD_WORKER_INIT(worker)
156 extern void __kthread_init_worker(struct kthread_worker *worker,
183 struct kthread_worker *
186 __printf(3, 4) struct kthread_worker *
190 bool kthread_queue_work(struct kthread_worker *worker,
193 bool kthread_queue_delayed_work(struct kthread_worker *worker,
197 bool kthread_mod_delayed_work(struct kthread_worker *worker,
202 void kthread_flush_worker(struct kthread_worker *worker);
[all …]
/linux/kernel/
A Dkthread.c724 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn()
777 static __printf(3, 0) struct kthread_worker *
781 struct kthread_worker *worker; in __kthread_create_worker()
821 struct kthread_worker *
824 struct kthread_worker *worker; in kthread_create_worker()
870 struct kthread_worker *
874 struct kthread_worker *worker; in kthread_create_worker_on_cpu()
962 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn()
1075 struct kthread_worker *worker; in kthread_flush_work()
1113 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer()
[all …]
/linux/drivers/gpu/drm/msm/
A Dmsm_kms.h140 struct kthread_worker *worker;
156 struct kthread_worker *dump_worker;
A Dmsm_drv.h134 struct kthread_worker *worker;
500 struct kthread_worker *worker;
507 struct kthread_worker *worker,
A Dmsm_gpu.h204 struct kthread_worker *worker;
/linux/include/linux/dsa/
A Dsja1105.h68 struct kthread_worker *xmit_worker;
A Docelot.h173 struct kthread_worker *xmit_worker;
/linux/arch/x86/kvm/
A Di8254.h48 struct kthread_worker *worker;
/linux/drivers/net/dsa/ocelot/
A Dfelix.h65 struct kthread_worker *xmit_worker;
/linux/include/crypto/
A Dengine.h68 struct kthread_worker *kworker;
/linux/drivers/ptp/
A Dptp_private.h48 struct kthread_worker *kworker;
/linux/include/drm/
A Ddrm_vblank.h212 struct kthread_worker *worker;
/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.h138 struct kthread_worker *kworker;
/linux/drivers/thermal/intel/
A Dintel_powerclamp.c74 struct kthread_worker *worker;
477 struct kthread_worker *worker; in start_power_clamp_worker()
/linux/drivers/gpu/drm/
A Ddrm_vblank_work.c251 struct kthread_worker *worker; in drm_vblank_worker_init()
/linux/drivers/cpufreq/
A Dcppc_cpufreq.c76 static struct kthread_worker *kworker_fie;
/linux/drivers/net/dsa/mv88e6xxx/
A Dchip.h357 struct kthread_worker *kworker;
/linux/include/linux/spi/
A Dspi.h602 struct kthread_worker *kworker;
/linux/drivers/media/pci/ivtv/
A Divtv-driver.h683 struct kthread_worker irq_worker; /* kthread worker for PIO/YUV/VBI actions */
/linux/drivers/platform/chrome/
A Dcros_ec_spi.c79 struct kthread_worker *high_pri_worker;
/linux/kernel/sched/
A Dcpufreq_schedutil.c39 struct kthread_worker worker;
/linux/include/trace/events/
A Dsched.h66 TP_PROTO(struct kthread_worker *worker,
/linux/drivers/watchdog/
A Dwatchdog_dev.c55 static struct kthread_worker *watchdog_kworker;
/linux/drivers/net/ethernet/microchip/
A Dencx24j600.c53 struct kthread_worker kworker;
/linux/drivers/tty/serial/
A Dsc16is7xx.c329 struct kthread_worker kworker;

Completed in 44 milliseconds

12