Function report | 
Source Code:block\blk-mq.c | 
Create Date:2022-07-28 17:09:54 | 
| Last Modify:2020-03-17 23:18:05 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:lk_mq_queue_stopped() - check whether one or more hctxs have been stopped*@q: request queue.* The caller is responsible for serializing this function against* blk_mq_{start,stop}_hw_queue().
Proto:bool blk_mq_queue_stopped(struct request_queue *q)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct request_queue * | q | 
| 1503 | queue_for_each_hw_ctx(q, hctx, i) | 
| 1504 | If blk_mq_hctx_stopped(hctx) Then Return true | 
| 1507 | Return false | 
| 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  |