Home
last modified time | relevance | path

Searched defs:try_to_freeze (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfreezer.h68 static inline bool try_to_freeze(void) in try_to_freeze() function
289 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h200 #define try_to_freeze(...) 0 macro