Flush all current works on a kthread_worker
void flush_kthread_worker(struct kthread_worker * worker);
worker
worker to flush
Wait until all currently executing or pending works on worker are finished.