Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:09:16 |
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_req_expired
Proto:static bool blk_mq_req_expired(struct request *rq, unsigned long *next)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq | |
unsigned long * | next |
839 | If lk_mq_rq_state() - read the current MQ_RQ_* state of a request*@rq: target request. != MQ_RQ_IN_FLIGHT Then Return false |
841 | If rq_flags & ->timeout has been called, don't expire again Then Return false |
845 | If time_after_eq(jiffies, deadline) Then Return true |
852 | Return false |
Name | Describe |
---|---|
blk_mq_check_expired |
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 |