函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bfq-iosched.c Create Date:2022-07-27 19:31:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bfq_end_wr

函数原型:static void bfq_end_wr(struct bfq_data *bfqd)

返回类型:void

参数:

类型参数名称
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)
调用者
名称描述
bfq_low_latency_store