| /Linux-v5.10/include/linux/ |
| D | kthread.h | 81 struct kthread_work; 82 typedef void (*kthread_work_func_t)(struct kthread_work *work); 95 struct kthread_work *current_work; 98 struct kthread_work { struct 107 struct kthread_work work; argument 132 struct kthread_work work = KTHREAD_WORK_INIT(work, fn) 162 memset((work), 0, sizeof(struct kthread_work)); \ 186 struct kthread_work *work); 196 void kthread_flush_work(struct kthread_work *work); 199 bool kthread_cancel_work_sync(struct kthread_work *work);
|
| /Linux-v5.10/kernel/ |
| D | kthread.c | 673 struct kthread_work *work; in kthread_worker_fn() 700 struct kthread_work, node); in kthread_worker_fn() 814 struct kthread_work *work) in queuing_blocked() 822 struct kthread_work *work) in kthread_insert_work_sanity_check() 832 struct kthread_work *work, in kthread_insert_work() 856 struct kthread_work *work) in kthread_queue_work() 882 struct kthread_work *work = &dwork->work; in kthread_delayed_work_timer_fn() 912 struct kthread_work *work = &dwork->work; in __kthread_queue_delayed_work() 955 struct kthread_work *work = &dwork->work; in kthread_queue_delayed_work() 972 struct kthread_work work; [all …]
|
| /Linux-v5.10/include/drm/ |
| D | drm_vblank_work.h | 28 struct kthread_work base; 67 void (*func)(struct kthread_work *work));
|
| /Linux-v5.10/include/linux/dsa/ |
| D | sja1105.h | 59 struct kthread_work xmit_work;
|
| /Linux-v5.10/drivers/media/pci/ivtv/ |
| D | ivtv-irq.h | 37 void ivtv_irq_work_handler(struct kthread_work *work);
|
| D | ivtv-driver.h | 687 struct kthread_work irq_work; /* kthread work entry */
|
| /Linux-v5.10/arch/x86/kvm/ |
| D | i8254.h | 49 struct kthread_work expired;
|
| D | i8254.c | 239 static void pit_do_work(struct kthread_work *work) in pit_do_work()
|
| /Linux-v5.10/drivers/block/ |
| D | loop.h | 68 struct kthread_work work;
|
| /Linux-v5.10/include/crypto/ |
| D | engine.h | 68 struct kthread_work pump_requests;
|
| /Linux-v5.10/drivers/thermal/intel/ |
| D | intel_powerclamp.c | 75 struct kthread_work balancing_work; 362 static void clamp_balancing_func(struct kthread_work *work) in clamp_balancing_func() 407 static void clamp_idle_injection_func(struct kthread_work *work) in clamp_idle_injection_func()
|
| /Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_crtc.h | 97 struct kthread_work work;
|
| D | dpu_encoder.c | 203 struct kthread_work vsync_event_work; 1771 static void dpu_encoder_vsync_event_work_handler(struct kthread_work *work) in dpu_encoder_vsync_event_work_handler()
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_vblank_work.c | 241 void (*func)(struct kthread_work *work)) in drm_vblank_work_init()
|
| /Linux-v5.10/drivers/net/ethernet/microchip/ |
| D | encx24j600.c | 54 struct kthread_work tx_work; 55 struct kthread_work setrx_work; 799 static void encx24j600_setrx_proc(struct kthread_work *ws) in encx24j600_setrx_proc() 864 static void encx24j600_tx_proc(struct kthread_work *ws) in encx24j600_tx_proc()
|
| /Linux-v5.10/drivers/tty/serial/ |
| D | sc16is7xx.c | 315 struct kthread_work tx_work; 316 struct kthread_work reg_work; 734 static void sc16is7xx_tx_proc(struct kthread_work *ws) in sc16is7xx_tx_proc() 765 static void sc16is7xx_reg_proc(struct kthread_work *ws) in sc16is7xx_reg_proc()
|
| /Linux-v5.10/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 96 struct kthread_work work; 645 static void cros_ec_xfer_high_pri_work(struct kthread_work *work) in cros_ec_xfer_high_pri_work()
|
| /Linux-v5.10/kernel/sched/ |
| D | cpufreq_schedutil.c | 37 struct kthread_work work; 535 static void sugov_work(struct kthread_work *work) in sugov_work()
|
| /Linux-v5.10/drivers/usb/typec/tcpm/ |
| D | tcpm.c | 285 struct kthread_work event_work; 287 struct kthread_work state_machine; 289 struct kthread_work vdm_state_machine; 291 struct kthread_work enable_frs; 382 struct kthread_work work; 1490 static void vdm_state_machine_work(struct kthread_work *work) in vdm_state_machine_work() 2105 static void tcpm_pd_rx_handler(struct kthread_work *work) in tcpm_pd_rx_handler() 3823 static void tcpm_state_machine_work(struct kthread_work *work) in tcpm_state_machine_work() 4207 static void tcpm_pd_event_handler(struct kthread_work *work) in tcpm_pd_event_handler() 4307 static void tcpm_enable_frs_work(struct kthread_work *work) in tcpm_enable_frs_work()
|
| /Linux-v5.10/crypto/ |
| D | crypto_engine.c | 243 static void crypto_pump_work(struct kthread_work *work) in crypto_pump_work()
|
| /Linux-v5.10/drivers/watchdog/ |
| D | watchdog_dev.c | 66 struct kthread_work work; 231 static void watchdog_ping_work(struct kthread_work *work) in watchdog_ping_work()
|
| /Linux-v5.10/drivers/ptp/ |
| D | ptp_clock.c | 189 static void ptp_aux_kworker(struct kthread_work *work) in ptp_aux_kworker()
|
| /Linux-v5.10/drivers/md/ |
| D | dm-rq.c | 22 struct kthread_work work;
|
| /Linux-v5.10/include/linux/spi/ |
| D | spi.h | 597 struct kthread_work pump_messages;
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| D | crc.c | 81 static void nv50_crc_ctx_flip_work(struct kthread_work *base) in nv50_crc_ctx_flip_work()
|