Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:adjust queue limits for stacked drivers

Proto:void disk_stack_limits(struct gendisk *disk, struct block_device *bdev, sector_t offset)

Type:void

Parameter:

TypeParameterName
struct gendisk *disk
struct block_device *bdev
sector_toffset
656  t = queue
658  If adjust queue limits for stacked drivers < 0 Then
659  char top[32], bottom[32]
661  disk_name(disk, 0, top)
662  bdevname(bdev, bottom)
664  printk - print a kernel message*@fmt: format string* This is printk(). It can be called from any context. We want it to work.* We try to grab the console_lock. If we succeed, it's easy - we log the* output and call the console drivers