Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Unconfigure the I/O scheduler and dissociate from the cgroup controller.

Proto:static void blk_exit_queue(struct request_queue *q)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
842  If elevator Then
843  ioc_clear_queue(q)
844  __elevator_exit(q, elevator)
845  elevator = NULL
853  blkcg_exit_queue(q)
860  bdi_put(backing_dev_info)
Caller
NameDescribe
__blk_release_queue__blk_release_queue - release a request queue*@work: pointer to the release_work member of the request queue to be released* Description:* This function is called when a block device is being unregistered