Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_idle_pids

Proto:static inline void init_idle_pids(struct task_struct *idle)

Type:void

Parameter:

TypeParameterName
struct task_struct *idle
2359  When type < PIDTYPE_MAX cycle
2360  INIT_HLIST_NODE( & pid_links[type])
2361  init_task_pid(idle, type, & init_struct_pid)
Caller
NameDescribe
fork_idle