函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\task.h Create Date:2022-07-27 06:41:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:static inline int copy_thread_tls(unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct *p, unsigned long tls)

返回类型:int

参数:

类型参数名称
unsigned longclone_flags
unsigned longsp
unsigned longarg
struct task_struct *p
unsigned longtls
77  返回:copy_thread(clone_flags, sp, arg, p)
调用者
名称描述
copy_process创建进程