Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:proc_sched_autogroup_show_task

Proto:void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
struct seq_file *m
248  ag = autogroup_task_get(p)
250  If Not task_group_is_autogroup(tg) Then Go to out
253  lock for reading
254  seq_printf(m, "/autogroup-%ld nice %d\n", id, nice)
255  lease a read lock
257  out :
258  autogroup_kref_put(ag)