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_enlarge

Proto:static int parman_enlarge(struct parman *parman)

Type:int

Parameter:

TypeParameterName
struct parman *parman
61  new_count = limit_count + resize_step
65  err = resize(priv, new_count)
66  If err Then Return err
68  limit_count = new_count
69  Return 0
Caller
NameDescribe
parman_lsort_item_add