Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parman_shrink

Proto:static int parman_shrink(struct parman *parman)

Type:int

Parameter:

TypeParameterName
struct parman *parman
74  new_count = limit_count - resize_step
78  If new_count < base_count Then Return 0
80  err = resize(priv, new_count)
81  If err Then Return err
83  limit_count = new_count
84  Return 0
Caller
NameDescribe
parman_lsort_item_remove