centos man page for kthread_freezable_should_stop

Query: kthread_freezable_should_stop

OS: centos

Section: 9

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

KTHREAD_FREEZABLE_SH(9) 					   Driver Basics					   KTHREAD_FREEZABLE_SH(9)

NAME
kthread_freezable_should_stop - should this freezable kthread return now?
SYNOPSIS
bool kthread_freezable_should_stop(bool * was_frozen);
ARGUMENTS
was_frozen optional out parameter, indicates whether current was frozen
DESCRIPTION
kthread_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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KTHREAD_FREEZABLE_SH(9)
Related Man Pages
kthread(9) - netbsd
del_timer_sync(9) - centos
trace_printk(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
tapset::scheduler(3stap) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Shopt -s histappend
Controlling user input
Please Welcome Dave Munro to the Moderator Team!