函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\monitor.c Create Date:2022-07-27 09:12:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:dom_data_init

函数原型:static int dom_data_init(struct rdt_resource *r)

返回类型:int

参数:

类型参数名称
struct rdt_resource *r
555  struct rmid_entry * entry = NULL
558  nr_rmids等于num_rmid
559  @rmid_entry - The entry in the limbo and free lists.等于分配数组内存并置零
560  如果非@rmid_entry - The entry in the limbo and free lists.则返回:负ENOMEM
563 i小于nr_rmids循环
564  entry等于@rmid_entry - The entry in the limbo and free lists.[i]
565  初始化链表头
567  rmid等于i
568  添加链表项
575  entry等于__rmid_entry(0)
576  删除链表项
578  返回:0
调用者
名称描述
rdt_get_mon_l3_config