table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTHREAD_SHOULD_STOP(9) | Driver Basics | KTHREAD_SHOULD_STOP(9) |
NAME¶
kthread_should_stop - should this kthread return now?SYNOPSIS¶
bool
kthread_should_stop(void);
ARGUMENTS¶
voidno arguments
DESCRIPTION¶
When someone calls kthread_stop on your kthread, it will be woken and this will return true. You should then return, and your return value will be passed through to kthread_stop.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |