1KTHREAD_UNPARK(9)                Driver Basics               KTHREAD_UNPARK(9)
2
3
4

NAME

6       kthread_unpark - unpark a thread created by kthread_create.
7

SYNOPSIS

9       void kthread_unpark(struct task_struct * k);
10

ARGUMENTS

12       k
13           thread created by kthread_create.
14

DESCRIPTION

16       Sets kthread_should_park for k to return false, wakes it, and waits for
17       it to return. If the thread is marked percpu then its bound to the cpu
18       again.
19
21Kernel Hackers Manual 3.10         June 2019                 KTHREAD_UNPARK(9)
Impressum