Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\process.c Create Date:2022-07-28 07:48:37
Last Modify:2020-03-16 17:03:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Free current thread data structures etc..

Proto:void exit_thread(struct task_struct *tsk)

Type:void

Parameter:

TypeParameterName
struct task_struct *tsk
104  t = * New fields for task_struct should be added above here, so that * they are included in the randomized portion of task_struct.
105  fpu = Floating point and extended processor state
107  If test_thread_flag(uses I/O bitmap ) Then io_bitmap_exit()
110  free_vm86(t)
112  Drops current FPU state: deactivates the fpregs and* the fpstate. NOTE: it still leaves previous contents* in the fpregs in the eager-FPU case.* This function can be used in cases where we know that* a state-restore is coming: either an explicit one,
Caller
NameDescribe
do_exit