Function report |
Source Code:fs\aio.c |
Create Date:2022-07-28 20:21:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_reqs_available
Proto:static bool get_reqs_available(struct kioctx *ctx)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct kioctx * | ctx |
1013 | If __get_reqs_available(ctx) Then Return true |
1016 | Return __get_reqs_available(ctx) |
Name | Describe |
---|---|
aio_get_req | aio_get_req* Allocate a slot for an aio request.* Returns NULL if no requests are free.* The refcount is initialized to 2 - one for the async op completion,* one for the synchronous code that does this. |
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 |