Lines Matching defs:tsk
148 void __weak arch_release_task_struct(struct task_struct *tsk) in arch_release_task_struct()
160 static inline void free_task_struct(struct task_struct *tsk) in free_task_struct()
205 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node()
248 static inline void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
272 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, in alloc_thread_stack_node()
278 static void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
337 static void account_kernel_stack(struct task_struct *tsk, int account) in account_kernel_stack()
373 static void release_task_stack(struct task_struct *tsk) in release_task_stack()
388 void put_task_stack(struct task_struct *tsk) in put_task_stack()
395 void free_task(struct task_struct *tsk) in free_task()
675 void __put_task_struct(struct task_struct *tsk) in __put_task_struct()
785 void set_task_stack_end_magic(struct task_struct *tsk) in set_task_stack_end_magic()
795 struct task_struct *tsk; in dup_task_struct() local
1161 static void complete_vfork_done(struct task_struct *tsk) in complete_vfork_done()
1206 void mm_release(struct task_struct *tsk, struct mm_struct *mm) in mm_release()
1260 static struct mm_struct *dup_mm(struct task_struct *tsk) in dup_mm()
1295 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1342 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1362 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1389 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1415 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1470 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1574 static void posix_cpu_timers_init(struct task_struct *tsk) in posix_cpu_timers_init()
1584 static inline void posix_cpu_timers_init(struct task_struct *tsk) { } in posix_cpu_timers_init()