kthread_should_stop(9) centos man page | unix.com

Man Page: kthread_should_stop

Operating Environment: centos

Section: 9

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
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 3.10 June 2014 KTHREAD_SHOULD_STOP(9)
Related Man Pages
schedule_hrtimeout_range(9) - centos
trace_printk(9) - centos
kproc_exit(9) - debian
kproc(9) - debian
kthread_destroy(9) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
CentOS 6 ran out of space, need to reclaim it
Please Welcome Dave Munro to the Moderator Team!