函数逻辑报告 | 
Source Code:block\blk-throttle.c | 
Create Date:2022-07-27 19:17:34 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:hrotl_peek_queued - peek the first bio on a qnode list*@queued: the qnode list to peek
函数原型:static struct bio *throtl_peek_queued(struct list_head *queued)
返回类型:struct bio
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct list_head * | queued | 
| 429 | 如果链表为空则返回:NULL | 
| 432 | bio等于bio_list_peek( & queued bios ) | 
| 433 | WARN_ON_ONCE(!bio) | 
| 434 | 返回:bio | 
| 名称 | 描述 | 
|---|---|
| tg_may_dispatch | Returns whether one can dispatch a bio or not. Also returns approx number* of jiffies to wait before this bio is with-in IO rate and can be dispatched | 
| tg_update_disptime | |
| throtl_dispatch_tg | |
| tg_drain_bios | Dispatch all bios from all children tg's queued on @parent_sq. On* return, @parent_sq is guaranteed to not have any active children tg's* and all bios from previously active tg's are on @parent_sq->bio_lists[]. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |