KTHREAD_SHOULD_STOP(9) Driver Basics KTHREAD_SHOULD_STOP(9)NAMEkthread_should_stop - should this kthread return now?SYNOPSISint 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 2.6. July 2010 KTHREAD_SHOULD_STOP(9)
| Related Man Pages |
|---|
| wait_event_interruptible_exclusive_locked_irq(9) - centos |
| kproc_exit(9) - debian |
| kproc(9) - debian |
| kproc_resume(9) - debian |
| tapset::scheduler(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |
| Tar Command |
| 32 bit process addressing more than 4GB |