Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_find_rq_fmerge

Proto:static struct request *bfq_find_rq_fmerge(struct bfq_data *bfqd, struct bio *bio, struct request_queue *q)

Type:struct request

Parameter:

TypeParameterName
struct bfq_data *bfqd
struct bio *bio
struct request_queue *q
2119  bfqq = bfqq associated with the task issuing current bio for merging
2122  If bfqq Then Return elv_rb_find( & sorted list of pending requests , bio_end_sector(bio))
2125  Return NULL
Caller
NameDescribe
bfq_request_merge