Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\task.h Create Date:2022-07-28 05:38:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Architectures that haven't opted into copy_thread_tls get the tls argument* via pt_regs, so ignore the tls argument passed via C.

Proto:static inline int copy_thread_tls(unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct *p, unsigned long tls)

Type:int

Parameter:

TypeParameterName
unsigned longclone_flags
unsigned longsp
unsigned longarg
struct task_struct *p
unsigned longtls
77  Return copy_thread(clone_flags, sp, arg, p)
Caller
NameDescribe
copy_processCreate a new process