Lines Matching refs:task_struct
24 static inline bool frozen(struct task_struct *p) in frozen()
29 extern bool freezing_slow_path(struct task_struct *p);
34 static inline bool freezing(struct task_struct *p) in freezing()
42 extern void __thaw_task(struct task_struct *t);
69 extern bool freeze_task(struct task_struct *p);
73 extern bool cgroup_freezing(struct task_struct *task);
75 static inline bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
148 static inline bool freezer_should_skip(struct task_struct *p) in freezer_should_skip()
298 static inline bool frozen(struct task_struct *p) { return false; } in frozen()
299 static inline bool freezing(struct task_struct *p) { return false; } in freezing()
300 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task()
313 static inline int freezer_should_skip(struct task_struct *p) { return 0; } in freezer_should_skip()