Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dkthread.c971 struct kthread_flush_work { struct
978 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
979 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()
989 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function
991 struct kthread_flush_work fwork = { in kthread_flush_work()
1019 EXPORT_SYMBOL_GPL(kthread_flush_work);
1142 kthread_flush_work(work); in __kthread_cancel_work_sync()
1198 struct kthread_flush_work fwork = { in kthread_flush_worker()
/Linux-v5.10/include/linux/
Dkthread.h196 void kthread_flush_work(struct kthread_work *work);
/Linux-v5.10/drivers/gpu/drm/
Ddrm_vblank_work.c228 kthread_flush_work(&work->base); in drm_vblank_work_flush()
/Linux-v5.10/arch/x86/kvm/
Di8254.c236 kthread_flush_work(&pit->expired); in destroy_pit_timer()
339 kthread_flush_work(&pit->expired); in create_pit_timer()
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_spi.c676 kthread_flush_work(&params.work); in cros_ec_xfer_high_pri()