Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\autogroup.c Create Date:2022-07-28 09:43:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:autogroup_task_get

Proto:static inline struct autogroup *autogroup_task_get(struct task_struct *p)

Type:struct autogroup

Parameter:

TypeParameterName
struct task_struct *p
54  If Not lock_task_sighand(p, & flags) Then Return autogroup_kref_get( & autogroup_default)
57  ag = autogroup_kref_get(autogroup)
58  unlock_task_sighand(p, & flags)
60  Return ag
Caller
NameDescribe
sched_autogroup_fork
proc_sched_autogroup_set_nice
proc_sched_autogroup_show_task