函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:gion_find_by_minor - Locate a pseudo-lock region by inode minor number*@minor: The minor number of the device representing pseudo-locked region* When the character device is accessed we need to determine which* pseudo-locked region it belongs to

函数原型:static struct rdtgroup *region_find_by_minor(unsigned int minor)

返回类型:struct rdtgroup

参数:

类型参数名称
unsigned intminor
153  struct rdtgroup * rdtgrp, * rdtgrp_match = NULL
156  如果plrminor恒等于minor
157  rdtgrp_match等于rdtgrp
158  退出
161  返回:rdtgrp_match
调用者
名称描述
pseudo_lock_dev_open