Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1296 struct kthread_flush_work { struct
1303 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
1304 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()
1314 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function
1316 struct kthread_flush_work fwork = { in kthread_flush_work()
1344 EXPORT_SYMBOL_GPL(kthread_flush_work);
1497 kthread_flush_work(work); in __kthread_cancel_work_sync()
1553 struct kthread_flush_work fwork = { in kthread_flush_worker()
/linux/arch/x86/kvm/
H A Di8254.c237 kthread_flush_work(&pit->expired); in destroy_pit_timer()
338 kthread_flush_work(&pit->expired); in create_pit_timer()
/linux/kernel/sched/
H A Dext.c5132 kthread_flush_work(&sch->disable_work); in scx_enable()
5272 kthread_flush_work(&sch->disable_work); in bpf_scx_unreg()