Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bfq_end_wr

Proto:static void bfq_end_wr(struct bfq_data *bfqd)

Type:void

Parameter:

TypeParameterName
struct bfq_data *bfqd
2384  spin_lock_irq( & lock)
2386  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(bfqq, & list of all the bfq_queues active on the device , bfqq_list)
2387  Must be called with bfqq != NULL
2388  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(bfqq, & list of all the bfq_queues idle on the device , bfqq_list)
2389  Must be called with bfqq != NULL
2390  bfq_end_wr_async(bfqd)
2392  spin_unlock_irq( & lock)
Caller
NameDescribe
bfq_low_latency_store