Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfreezer.h44 extern bool __refrigerator(bool check_kthr_stop);
59 return __refrigerator(false); in try_to_freeze_unsafe()
264 static inline bool __refrigerator(bool check_kthr_stop) { return false; } in __refrigerator() function
/linux-4.4.14/kernel/
Dfreezer.c59 bool __refrigerator(bool check_kthr_stop) in __refrigerator() function
95 EXPORT_SYMBOL(__refrigerator);
Dkthread.c118 frozen = __refrigerator(true); in kthread_freezable_should_stop()
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt26 results in a call to __refrigerator() (defined in kernel/freezer.c), which sets
34 __refrigerator() must not be called directly. Instead, use the
36 if the task is to be frozen and makes the task enter __refrigerator().
65 have been frozen leave __refrigerator() and continue running.