Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:autogroup_path

Proto:int autogroup_path(struct task_group *tg, char *buf, int buflen)

Type:int

Parameter:

TypeParameterName
struct task_group *tg
char *buf
intbuflen
264  If Not task_group_is_autogroup(tg) Then Return 0
267  Return snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@