Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreezer.h51 static inline bool try_to_freeze(void) in try_to_freeze() function
84 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
/openbmc/u-boot/include/linux/
H A Dcompat.h219 #define try_to_freeze(...) 0 macro