Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:12:21 |
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_poll_hybrid
Proto:static bool blk_mq_poll_hybrid(struct request_queue *q, struct blk_mq_hw_ctx *hctx, blk_qc_t cookie)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
struct blk_mq_hw_ctx * | hctx | |
blk_qc_t | cookie |
3434 | If poll_nsec == Doing classic polling Then Return false |
3439 | Else |
3447 | If Not rq Then Return false |
3451 | Return blk_mq_poll_hybrid_sleep(q, hctx, rq) |
Name | Describe |
---|---|
blk_poll | lk_poll - poll for IO completions*@q: the queue*@cookie: cookie passed back at IO submission time*@spin: whether to spin for completions* Description:* Poll for completions on the passed in queue. Returns number of* completed entries found |
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 |