Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bio.c Create Date:2022-07-28 16:56:45
Last Modify:2020-03-17 23:13:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:biovec_init_slabs

Proto:static void __init biovec_init_slabs(void)

Type:void

Parameter:Nothing

2190  When i < We support 6 different bvec pools, the last one is magic in that it* is backed by a mempool. cycle
2192  bvs = bvec_slabs + i
2195  slab = NULL
2196  Continue
2199  size = nr_vecs * sizeof(structbio_vec)
2200  slab = kmem_cache_create - Create a cache.*@name: A string which is used in /proc/slabinfo to identify this cache.*@size: The size of objects to be created in this cache.*@align: The required alignment for the objects.*@flags: SLAB flags
Caller
NameDescribe
init_bio