suse man page for kthread_should_stop

Query: kthread_should_stop

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KTHREAD_SHOULD_STOP(9)						   Driver Basics					    KTHREAD_SHOULD_STOP(9)

NAME
kthread_should_stop - should this kthread return now?
SYNOPSIS
int kthread_should_stop(void);
ARGUMENTS
void no 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
Kernel Hackers Manual 2.6. July 2010 KTHREAD_SHOULD_STOP(9)
Related Man Pages
kproc(9) - debian
kproc_suspend_check(9) - debian
kthread_exit(9) - netbsd
kthread_join(9) - netbsd
tapset::scheduler(3stap) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure