Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\resource.c Create Date:2022-07-28 09:05:09
Last Modify:2022-05-22 11:14:39 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:resource_clip

Proto:static void resource_clip(struct resource *res, resource_size_t min, resource_size_t max)

Type:void

Parameter:

TypeParameterName
struct resource *res
resource_size_tmin
resource_size_tmax
582  If start < min Then start = min
584  If end > max Then end = max
Caller
NameDescribe
__find_resourceFind empty slot in the resource tree with the given range and* alignment constraints