Home
last modified time | relevance | path

Searched refs:__refrigerator (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfreezer.h45 extern bool __refrigerator(bool check_kthr_stop);
58 return __refrigerator(false); in try_to_freeze()
78 static inline bool __refrigerator(bool check_kthr_stop) { return false; } in __refrigerator() function
/linux/kernel/
H A Dfreezer.c62 bool __refrigerator(bool check_kthr_stop) in __refrigerator() function
96 EXPORT_SYMBOL(__refrigerator);
H A Dkthread.c221 frozen = __refrigerator(true); in kthread_freezable_should_stop()
/linux/Documentation/power/
H A Dfreezing-of-tasks.rst32 calling try_to_freeze(), which results in a call to __refrigerator() (defined
40 __refrigerator() must not be called directly. Instead, use the
42 if the task is to be frozen and makes the task enter __refrigerator().
80 __refrigerator() and continue running.
/linux/fs/bcachefs/
H A Dmovinggc.c363 __refrigerator(false); in bch2_copygc_thread()