Man Page: kthread_freezable_should_stop
Operating Environment: centos
Section: 9
KTHREAD_FREEZABLE_SH(9) Driver Basics KTHREAD_FREEZABLE_SH(9)NAMEkthread_freezable_should_stop - should this freezable kthread return now?SYNOPSISbool kthread_freezable_should_stop(bool * was_frozen);ARGUMENTSwas_frozen optional out parameter, indicates whether current was frozenDESCRIPTIONkthread_should_stop for freezable kthreads, which will enter refrigerator if necessary. This function is safe from kthread_stop / freezer deadlock and freezable kthreads should use this function instead of calling try_to_freeze directly.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KTHREAD_FREEZABLE_SH(9)
| Related Man Pages |
|---|
| kthread(9) - netbsd |
| drm_fb_helper_initial_config(9) - centos |
| schedule_hrtimeout_range(9) - centos |
| kthread_exit(9) - netbsd |
| reflectionparameter(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |