Home
last modified time | relevance | path

Searched refs:kthread_flush_work (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/kernel/
Dkthread.c1051 struct kthread_flush_work { struct
1058 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
1059 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()
1069 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function
1071 struct kthread_flush_work fwork = { in kthread_flush_work()
1099 EXPORT_SYMBOL_GPL(kthread_flush_work);
1252 kthread_flush_work(work); in __kthread_cancel_work_sync()
1308 struct kthread_flush_work fwork = { in kthread_flush_worker()
/Linux-v5.15/include/linux/
Dkthread.h201 void kthread_flush_work(struct kthread_work *work);
/Linux-v5.15/drivers/gpu/drm/
Ddrm_vblank_work.c228 kthread_flush_work(&work->base); in drm_vblank_work_flush()
/Linux-v5.15/arch/x86/kvm/
Di8254.c237 kthread_flush_work(&pit->expired); in destroy_pit_timer()
340 kthread_flush_work(&pit->expired); in create_pit_timer()
/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_spi.c676 kthread_flush_work(&params.work); in cros_ec_xfer_high_pri()