Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c1300 struct kthread_flush_work { struct
1307 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
1308 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()
1318 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function
1320 struct kthread_flush_work fwork = { in kthread_flush_work()
1348 EXPORT_SYMBOL_GPL(kthread_flush_work);
1501 kthread_flush_work(work); in __kthread_cancel_work_sync()
1557 struct kthread_flush_work fwork = { in kthread_flush_worker()
/linux/kernel/sched/
H A Dext.c5864 kthread_flush_work(&scx_ops_disable_work); in scx_ops_enable()
6014 kthread_flush_work(&scx_ops_disable_work); in bpf_scx_unreg()