Man Page: kthread_should_stop
Operating Environment: centos
Section: 9
KTHREAD_SHOULD_STOP(9) Driver Basics KTHREAD_SHOULD_STOP(9)NAMEkthread_should_stop - should this kthread return now?SYNOPSISbool kthread_should_stop(void);ARGUMENTSvoid no argumentsDESCRIPTIONWhen 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KTHREAD_SHOULD_STOP(9)
| Related Man Pages |
|---|
| struct_drm_fb_helper_funcs(9) - centos |
| wait_event_interruptible_exclusive_locked_irq(9) - centos |
| kproc_exit(9) - debian |
| kthread_exit(9) - netbsd |
| tapset::scheduler(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |