Searched refs:kthread_worker (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v5.15/include/linux/ |
| D | kthread.h | 94 struct kthread_worker { struct 106 struct kthread_worker *worker; argument 134 struct kthread_worker worker = KTHREAD_WORKER_INIT(worker) 151 struct kthread_worker worker = KTHREAD_WORKER_INIT_ONSTACK(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, [all …]
|
| /Linux-v5.15/kernel/ |
| D | kthread.c | 695 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker() 699 memset(worker, 0, sizeof(struct kthread_worker)); in __kthread_init_worker() 724 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() 890 static inline bool queuing_blocked(struct kthread_worker *worker, in queuing_blocked() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/msm/ |
| D | msm_kms.h | 141 struct kthread_worker *worker; 157 struct kthread_worker *dump_worker;
|
| D | msm_gpu.h | 197 struct kthread_worker *worker;
|
| D | msm_drv.h | 127 struct kthread_worker *worker;
|
| /Linux-v5.15/include/linux/dsa/ |
| D | sja1105.h | 68 struct kthread_worker *xmit_worker;
|
| D | ocelot.h | 172 struct kthread_worker *xmit_worker;
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | i8254.h | 48 struct kthread_worker *worker;
|
| /Linux-v5.15/drivers/net/dsa/ocelot/ |
| D | felix.h | 65 struct kthread_worker *xmit_worker;
|
| /Linux-v5.15/include/crypto/ |
| D | engine.h | 67 struct kthread_worker *kworker;
|
| /Linux-v5.15/drivers/ptp/ |
| D | ptp_private.h | 48 struct kthread_worker *kworker;
|
| /Linux-v5.15/include/drm/ |
| D | drm_vblank.h | 212 struct kthread_worker *worker;
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_ptp.h | 123 struct kthread_worker *kworker;
|
| D | ice_ptp.c | 1513 struct kthread_worker *kworker; in ice_ptp_init()
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_vblank_work.c | 251 struct kthread_worker *worker; in drm_vblank_worker_init()
|
| /Linux-v5.15/drivers/thermal/intel/ |
| D | intel_powerclamp.c | 74 struct kthread_worker *worker; 477 struct kthread_worker *worker; in start_power_clamp_worker()
|
| /Linux-v5.15/drivers/net/dsa/mv88e6xxx/ |
| D | chip.h | 357 struct kthread_worker *kworker;
|
| /Linux-v5.15/drivers/cpufreq/ |
| D | cppc_cpufreq.c | 76 static struct kthread_worker *kworker_fie;
|
| /Linux-v5.15/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 79 struct kthread_worker *high_pri_worker;
|
| /Linux-v5.15/include/trace/events/ |
| D | sched.h | 66 TP_PROTO(struct kthread_worker *worker,
|
| /Linux-v5.15/kernel/sched/ |
| D | cpufreq_schedutil.c | 39 struct kthread_worker worker;
|
| /Linux-v5.15/drivers/media/pci/ivtv/ |
| D | ivtv-driver.h | 683 struct kthread_worker irq_worker; /* kthread worker for PIO/YUV/VBI actions */
|
| /Linux-v5.15/include/linux/spi/ |
| D | spi.h | 606 struct kthread_worker *kworker;
|
| /Linux-v5.15/drivers/watchdog/ |
| D | watchdog_dev.c | 55 static struct kthread_worker *watchdog_kworker;
|
| /Linux-v5.15/drivers/net/ethernet/microchip/ |
| D | encx24j600.c | 53 struct kthread_worker kworker;
|
12