Searched refs:__thaw_task (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfreezer.h43 extern void __thaw_task(struct task_struct *t);
76 static inline void __thaw_task(struct task_struct *t) {} function
/linux-master/kernel/power/
H A Dprocess.c203 __thaw_task(p);
229 __thaw_task(p);
/linux-master/kernel/
H A Dfreezer.c76 /* unstale saved_state so that __thaw_task() will wake us up */
197 void __thaw_task(struct task_struct *p) function
/linux-master/kernel/cgroup/
H A Dlegacy_freezer.c190 __thaw_task(task);
340 __thaw_task(task);
/linux-master/mm/
H A Doom_kill.c776 __thaw_task(tsk);

Completed in 134 milliseconds