Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dprocess.c222 __thaw_task(p); in thaw_processes()
248 __thaw_task(p); in thaw_kernel_threads()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfreezer.h48 extern void __thaw_task(struct task_struct *t);
280 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task() function
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dlegacy_freezer.c179 __thaw_task(task); in freezer_attach()
336 __thaw_task(task); in unfreeze_cgroup()
/OK3568_Linux_fs/kernel/kernel/
H A Dfreezer.c151 void __thaw_task(struct task_struct *p) in __thaw_task() function
/OK3568_Linux_fs/kernel/mm/
H A Doom_kill.c768 __thaw_task(tsk); in mark_oom_victim()