Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfreezer.h42 extern void __thaw_task(struct task_struct *t);
262 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task() function
/linux-4.4.14/kernel/power/
Dprocess.c205 __thaw_task(p); in thaw_processes()
231 __thaw_task(p); in thaw_kernel_threads()
/linux-4.4.14/kernel/
Dfreezer.c149 void __thaw_task(struct task_struct *p) in __thaw_task() function
Dcgroup_freezer.c179 __thaw_task(task); in freezer_attach()
336 __thaw_task(task); in unfreeze_cgroup()
/linux-4.4.14/mm/
Doom_kill.c430 __thaw_task(tsk); in mark_oom_victim()