Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\idr.h Create Date:2022-07-28 05:44:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dr_init_base() - Initialise an IDR.*@idr: IDR handle.*@base: The base value for the IDR.* This variation of idr_init() creates an IDR which will allocate IDs* starting at %base.

Proto:static inline void idr_init_base(struct idr *idr, int base)

Type:void

Parameter:

TypeParameterName
struct idr *idr
intbase
137  INIT_RADIX_TREE( & idr_rt, Set the IDR flag and the IDR_FREE tag )
138  idr_base = base
139  idr_next = 0
Caller
NameDescribe
aa_secids_init