Lines Matching defs:tsk
132 void __weak arch_release_task_struct(struct task_struct *tsk) in arch_release_task_struct()
144 static inline void free_task_struct(struct task_struct *tsk) in free_task_struct()
161 static struct thread_info *alloc_thread_info_node(struct task_struct *tsk, in alloc_thread_info_node()
177 static struct thread_info *alloc_thread_info_node(struct task_struct *tsk, in alloc_thread_info_node()
222 void free_task(struct task_struct *tsk) in free_task()
248 void __put_task_struct(struct task_struct *tsk) in __put_task_struct()
326 void set_task_stack_end_magic(struct task_struct *tsk) in set_task_stack_end_magic()
336 struct task_struct *tsk; in dup_task_struct() local
812 static void complete_vfork_done(struct task_struct *tsk) in complete_vfork_done()
857 void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
913 static struct mm_struct *dup_mm(struct task_struct *tsk) in dup_mm()
948 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
994 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1014 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1041 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1067 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1116 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1219 static void posix_cpu_timers_init(struct task_struct *tsk) in posix_cpu_timers_init()