Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Get and set a new queue for service.

Proto:static struct bfq_queue *bfq_set_in_service_queue(struct bfq_data *bfqd)

Type:struct bfq_queue

Parameter:

TypeParameterName
struct bfq_data *bfqd
2949  bfqq = bfq_get_next_queue(bfqd)
2951  __bfq_set_in_service_queue(bfqd, bfqq)
2952  Return bfqq
Caller
NameDescribe
bfq_select_queueSelect a queue for service. If we have a current queue in service,* check whether to continue servicing it, or retrieve and set a new one.