Searched refs:check_kthr_stop (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfreezer.h45 extern bool __refrigerator(bool check_kthr_stop);
78 static inline bool __refrigerator(bool check_kthr_stop) { return false; } argument
/linux-master/kernel/
H A Dfreezer.c62 bool __refrigerator(bool check_kthr_stop) argument
81 freeze = freezing(current) && !(check_kthr_stop && kthread_should_stop());

Completed in 90 milliseconds