Home
last modified time | relevance | path

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

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