函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Scheduler run of queue, if there are requests pending and no one in the* driver that will restart queueing.

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

返回类型:void

参数:

类型参数名称
struct bfq_data *bfqd
423  如果 number of queued requests 不等于0则
424  bfq_log(bfqd, "schedule dispatch")
425  blk_mq_run_hw_queues( device request queue , true)
调用者
名称描述
bfq_exit_bfqq
bfq_completed_request
bfq_idle_slice_timer_body