Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dprocess.c213 __thaw_task(p); in thaw_processes()
239 __thaw_task(p); in thaw_kernel_threads()
/kernel/linux/linux-5.10/include/linux/
Dfreezer.h43 extern void __thaw_task(struct task_struct *t);
274 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task() function
/kernel/linux/linux-5.10/kernel/
Dfreezer.c146 void __thaw_task(struct task_struct *p) in __thaw_task() function
/kernel/linux/linux-5.10/kernel/cgroup/
Dlegacy_freezer.c179 __thaw_task(task); in freezer_attach()
336 __thaw_task(task); in unfreeze_cgroup()
/kernel/linux/linux-5.10/mm/
Doom_kill.c745 __thaw_task(tsk);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1144 + * as the secondary CPUs may not yet be back online. See __thaw_task()
Dinclude.patch1493 static inline void __thaw_task(struct task_struct *t) {}