Home
last modified time | relevance | path

Searched refs:kthread_work (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.15/include/linux/
H A Dkthread.h116 struct kthread_work;
117 typedef void (*kthread_work_func_t)(struct kthread_work *work);
130 struct kthread_work *current_work;
133 struct kthread_work { struct
142 struct kthread_work work; argument
158 struct kthread_work work = KTHREAD_WORK_INIT(work, fn)
175 memset((work), 0, sizeof(struct kthread_work)); \
244 struct kthread_work *work);
254 void kthread_flush_work(struct kthread_work *work);
257 bool kthread_cancel_work_sync(struct kthread_work *work);
/linux-6.15/kernel/
H A Dkthread.c973 struct kthread_work *work; in kthread_worker_fn()
1000 struct kthread_work, node); in kthread_worker_fn()
1141 struct kthread_work *work) in queuing_blocked()
1149 struct kthread_work *work) in kthread_insert_work_sanity_check()
1159 struct kthread_work *work, in kthread_insert_work()
1185 struct kthread_work *work) in kthread_queue_work()
1211 struct kthread_work *work = &dwork->work; in kthread_delayed_work_timer_fn()
1241 struct kthread_work *work = &dwork->work; in __kthread_queue_delayed_work()
1284 struct kthread_work *work = &dwork->work; in kthread_queue_delayed_work()
1301 struct kthread_work work;
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cursor.h12 struct kthread_work;
18 void intel_cursor_unpin_work(struct kthread_work *base);
/linux-6.15/include/drm/
H A Ddrm_vblank_work.h29 struct kthread_work base;
68 void (*func)(struct kthread_work *work));
/linux-6.15/include/linux/dsa/
H A Dksz_common.h29 struct kthread_work work;
33 void (*xmit_work_fn)(struct kthread_work *work);
H A Dsja1105.h46 struct kthread_work work;
51 void (*xmit_work_fn)(struct kthread_work *work);
H A Docelot.h172 struct kthread_work work;
176 void (*xmit_work_fn)(struct kthread_work *work);
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c130 static void msm_devfreq_boost_work(struct kthread_work *work);
131 static void msm_devfreq_idle_work(struct kthread_work *work);
261 static void msm_devfreq_boost_work(struct kthread_work *work) in msm_devfreq_boost_work()
340 static void msm_devfreq_idle_work(struct kthread_work *work) in msm_devfreq_idle_work()
H A Dmsm_fence.h74 struct kthread_work deadline_work;
H A Dmsm_gpu.h260 struct kthread_work fault_work;
263 struct kthread_work recover_work;
269 struct kthread_work retire_work;
H A Dmsm_kms.h146 struct kthread_work dump_work;
/linux-6.15/include/crypto/internal/
H A Dengine.h68 struct kthread_work pump_requests;
/linux-6.15/drivers/media/pci/ivtv/
H A Divtv-irq.h37 void ivtv_irq_work_handler(struct kthread_work *work);
/linux-6.15/drivers/watchdog/
H A Dwatchdog_core.h49 struct kthread_work work;
/linux-6.15/arch/x86/kvm/
H A Di8254.h48 struct kthread_work expired;
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_ptp.h45 void ksz_port_deferred_xmit(struct kthread_work *work);
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_request.c304 struct kthread_work work;
1459 struct kthread_work work;
1554 static void __live_parallel_spin(struct kthread_work *work) in __live_parallel_spin()
1611 static void (* const func[])(struct kthread_work *) = { in live_parallel_engines()
1620 void (* const *fn)(struct kthread_work *); in live_parallel_engines()
2959 struct kthread_work work;
2964 static void p_sync0(struct kthread_work *work) in p_sync0()
3038 static void p_sync1(struct kthread_work *work) in p_sync1()
3115 static void p_many(struct kthread_work *work) in p_many()
3183 static void (* const func[])(struct kthread_work *) = { in perf_parallel_engines()
[all …]
/linux-6.15/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h61 struct kthread_work work;
H A Dvdpa_sim.c48 struct kthread_work work;
54 static void vdpasim_mm_work_fn(struct kthread_work *work) in vdpasim_mm_work_fn()
69 struct kthread_work *work = &mm_work->work; in vdpasim_worker_change_mm_sync()
174 static void vdpasim_work_fn(struct kthread_work *work) in vdpasim_work_fn()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h111 struct kthread_work work;
/linux-6.15/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c53 static void _msm_disp_snapshot_work(struct kthread_work *work) in _msm_disp_snapshot_work()
/linux-6.15/net/dsa/
H A Dtag_ocelot_8021q.c29 void (*xmit_work_fn)(struct kthread_work *work); in ocelot_defer_xmit()
/linux-6.15/drivers/usb/gadget/function/
H A Duvc.h100 struct kthread_work hw_submit;
/linux-6.15/include/trace/events/
H A Dsched.h67 struct kthread_work *work),
95 TP_PROTO(struct kthread_work *work),
121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
/linux-6.15/drivers/tty/serial/
H A Dsc16is7xx.c332 struct kthread_work tx_work;
333 struct kthread_work reg_work;
867 static void sc16is7xx_poll_proc(struct kthread_work *ws) in sc16is7xx_poll_proc()
879 static void sc16is7xx_tx_proc(struct kthread_work *ws) in sc16is7xx_tx_proc()
913 static void sc16is7xx_reg_proc(struct kthread_work *ws) in sc16is7xx_reg_proc()
951 static void sc16is7xx_ms_proc(struct kthread_work *ws) in sc16is7xx_ms_proc()

123