kthread_unpark —
unpark a thread created by kthread_create.
void kthread_unpark ( | struct task_struct * k); |
Sets kthread_should_park for k to return false, wakes it, and
waits for it to return. If the thread is marked percpu then its
bound to the cpu again.