Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\fork.c Create Date:2022-07-28 08:57:33
Last Modify:2020-03-17 11:04:53 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Allocation memory for process

Proto:static inline struct task_struct *alloc_task_struct_node(int node)

Type:struct task_struct

Parameter:

TypeParameterName
intnode
169  Return kmem_cache_alloc_node(task_struct_cachep, GFP_KERNEL, node)
Caller
NameDescribe
dup_task_structReplication process and set stack