Searched defs:freezing (Results 1 – 4 of 4) sorted by relevance
34 static inline bool freezing(struct task_struct *p) in freezing() function75 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
35 static inline bool freezing(struct task_struct *p) in freezing() function273 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
55 atomic_t freezing; member