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()
320 void set_task_stack_end_magic(struct task_struct *tsk) in set_task_stack_end_magic()
330 struct task_struct *tsk; in dup_task_struct() local
803 static void complete_vfork_done(struct task_struct *tsk) in complete_vfork_done()
848 void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
904 static struct mm_struct *dup_mm(struct task_struct *tsk) in dup_mm()
939 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
985 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1005 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1032 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1058 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1109 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1215 static void posix_cpu_timers_init(struct task_struct *tsk) in posix_cpu_timers_init()