Function report |
Source Code:fs\aio.c |
Create Date:2022-07-28 20:21:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_io_setup:* Create an aio_context capable of receiving at least nr_events
Proto:SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp)
Type:
Parameter:Nothing
1318 | ret = Get a simple variable from user space(ctx, ctxp) |
1319 | If Value for the false possibility is greater at compile time(ret) Then Go to out |
1323 | If Value for the false possibility is greater at compile time(ctx || nr_events == 0) Then |
1338 | out : |
1339 | Return ret |
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 |