Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_deactivate_bfqq

Proto:void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, bool ins_into_idle_tree, bool expiration)

Type:void

Parameter:

TypeParameterName
struct bfq_data *bfqd
struct bfq_queue *bfqq
boolins_into_idle_tree
boolexpiration
1653  entity = ity representing this queue in the scheduler
1655  q_deactivate_entity - deactivate an entity representing a bfq_queue
Caller
NameDescribe
bfq_del_bfqq_busyCalled when the bfqq no longer has requests pending, remove it from* the service tree. As a special case, it can be invoked during an* expiration.