Name
kthread_unpark —
unpark a thread created by kthread_create
.
Synopsis
void kthread_unpark ( | struct task_struct * k) ; |
Arguments
k
thread created by kthread_create
.
Description
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.