Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-stat.c Create Date:2022-07-28 17:13:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_alloc_queue_stats

Proto:struct blk_queue_stats *blk_alloc_queue_stats(void)

Type:struct blk_queue_stats

Parameter:Nothing

197  stats = Allocation memory
198  If Not stats Then Return NULL
201  Initialization list head
202  Process spin lock initialization( & lock)
203  enable_accounting = false
205  Return stats