Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreezer.h43 extern void __thaw_task(struct task_struct *t);
76 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task() function
/openbmc/linux/kernel/power/
H A Dprocess.c203 __thaw_task(p); in thaw_processes()
229 __thaw_task(p); in thaw_kernel_threads()
/openbmc/linux/kernel/cgroup/
H A Dlegacy_freezer.c190 __thaw_task(task); in freezer_attach()
340 __thaw_task(task); in unfreeze_cgroup()
/openbmc/linux/kernel/
H A Dfreezer.c194 void __thaw_task(struct task_struct *p) in __thaw_task() function
/openbmc/linux/mm/
H A Doom_kill.c775 __thaw_task(tsk);