Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Remove request from internal lists.

Proto:static void bfq_dispatch_remove(struct request_queue *q, struct request *rq)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct request *rq
3242  bfqq = RQ_BFQQ(rq)
3256  umber of requests on the dispatch list or inside driver ++
3257  Update the read/write peak rate (the main quantity used for* auto-tuning, see update_thr_responsiveness_params())
3259  bfq_remove_request(q, rq)
Caller
NameDescribe
bfq_dispatch_rq_from_bfqqDispatch next request from bfqq.