Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfreezer.h50 extern bool __refrigerator(bool check_kthr_stop);
65 return __refrigerator(false); in try_to_freeze_unsafe()
282 static inline bool __refrigerator(bool check_kthr_stop) { return false; } in __refrigerator() function
/OK3568_Linux_fs/kernel/kernel/
H A Dfreezer.c60 bool __refrigerator(bool check_kthr_stop) in __refrigerator() function
97 EXPORT_SYMBOL(__refrigerator);
H A Dkthread.c173 frozen = __refrigerator(true); in kthread_freezable_should_stop()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera185 __refrigerator
H A Dabi_gki_aarch64_asus207 __refrigerator
H A Dabi_gki_aarch64_virtual_device1330 __refrigerator
H A Dabi_gki_aarch64_exynosauto420 __refrigerator
H A Dabi_gki_aarch64_generic1493 __refrigerator
H A Dabi_gki_aarch64_exynos1586 __refrigerator
H A Dabi_gki_aarch64_imx2029 __refrigerator
H A Dabi_gki_aarch64_mtk1666 __refrigerator
H A Dabi_gki_aarch64_rockchip1545 __refrigerator
H A Dabi_gki_aarch64_oplus2118 __refrigerator
H A Dabi_gki_aarch64_galaxy184 __refrigerator
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dfreezing-of-tasks.rst31 results in a call to __refrigerator() (defined in kernel/freezer.c), which sets
39 __refrigerator() must not be called directly. Instead, use the
41 if the task is to be frozen and makes the task enter __refrigerator().
70 have been frozen leave __refrigerator() and continue running.