Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_exit_icq_bfqq

Proto:static void bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync)

Type:void

Parameter:

TypeParameterName
struct bfq_io_cq *bic
boolis_sync
4940  bfqq = bic_to_bfqq(bic, is_sync)
4943  If bfqq Then bfqd = parent bfq_data
4946  If bfqq && bfqd Then
4949  spin_lock_irqsave( & lock, flags)
4950  Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL* if the queue is shared. = NULL
4951  bfq_exit_bfqq(bfqd, bfqq)
4952  bic_set_bfqq(bic, NULL, is_sync)
4953  spin_unlock_irqrestore( & lock, flags)
Caller
NameDescribe
bfq_exit_icq