Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:09:17 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_mq_check_expired
Proto:static bool blk_mq_check_expired(struct blk_mq_hw_ctx *hctx, struct request *rq, void *priv, bool reserved)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct blk_mq_hw_ctx * | hctx | |
struct request * | rq | |
void * | priv | |
bool | reserved |
864 | If Not blk_mq_req_expired(rq, next) Then Return true |
885 | If blk_mq_req_expired(rq, next) Then blk_mq_rq_timed_out(rq, reserved) |
888 | If is_flush_rq(rq, hctx) Then * completion callback.(rq, 0) |
893 | Return true |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |