Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dfreezer.c60 bool __refrigerator(bool check_kthr_stop) in __refrigerator() argument
75 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfreezer.h50 extern bool __refrigerator(bool check_kthr_stop);
282 static inline bool __refrigerator(bool check_kthr_stop) { return false; } in __refrigerator() argument