Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:free_cgrp_cset_links

Proto:static void free_cgrp_cset_links(struct list_head *links_to_free)

Type:void

Parameter:

TypeParameterName
struct list_head *links_to_free
1108  deletes entry from list
1109  kfree(link)
Caller
NameDescribe
allocate_cgrp_cset_linksallocate_cgrp_cset_links - allocate cgrp_cset_links*@count: the number of links to allocate*@tmp_links: list_head the allocated links are put on* Allocate @count cgrp_cset_link structures and chain them on @tmp_links* through ->cset_link
cgroup_setup_root