Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_find_close_cooperator

Proto:static struct bfq_queue *bfq_find_close_cooperator(struct bfq_data *bfqd, struct bfq_queue *cur_bfqq, sector_t sector)

Type:struct bfq_queue

Parameter:

TypeParameterName
struct bfq_data *bfqd
struct bfq_queue *cur_bfqq
sector_tsector
2465  bfqq = bfqq_find_close(bfqd, cur_bfqq, sector)
2466  If Not bfqq || bfqq == cur_bfqq Then Return NULL
2469  Return bfqq
Caller
NameDescribe
bfq_setup_cooperatorAttempt to schedule a merge of bfqq with the currently in-service* queue or with a close queue among the scheduled queues