Function report |
Source Code:block\blk-core.c |
Create Date:2022-07-28 17:00:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lk_lld_busy - Check if underlying low-level drivers of a device are busy*@q : the queue of the device being checked* Description:* Check if underlying low-level drivers of a device are busy
Proto:int blk_lld_busy(struct request_queue *q)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
1560 | If queue_is_mq(q) && busy Then Return busy(q) |
1563 | Return 0 |
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 |