Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\cgroup.h Create Date:2022-07-28 05:55:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cgroup_path

Proto:static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen)

Type:int

Parameter:

TypeParameterName
struct cgroup *cgrp
char *buf
size_tbuflen
658  Return kernfs_path - build full path of a given node*@kn: kernfs_node of interest*@buf: buffer to copy @kn's name into*@buflen: size of @buf* If @kn is NULL result will be "(null)"