Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blk_mq_exit_sched

Proto:void blk_mq_exit_sched(struct request_queue *q, struct elevator_queue *e)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct elevator_queue *e
570  blk_mq_debugfs_unregister_sched_hctx(hctx)
571  If exit_hctx && @sched_data: Pointer owned by the IO scheduler attached to a request* queue. It's up to the IO scheduler how to use this pointer. Then
572  exit_hctx(hctx, i)
573  @sched_data: Pointer owned by the IO scheduler attached to a request* queue. It's up to the IO scheduler how to use this pointer. = NULL
576  blk_mq_debugfs_unregister_sched(q)
577  If exit_sched Then exit_sched(e)
579  alled in queue's release handler, tagset has gone away
580  elevator = NULL
Caller
NameDescribe
blk_mq_init_sched
__elevator_exit