Function report |
Source Code:fs\aio.c |
Create Date:2022-07-28 20:21:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:COMPAT_SYSCALL_DEFINE3
Proto:COMPAT_SYSCALL_DEFINE3(io_submit, compat_aio_context_t, ctx_id, int, nr, compat_uptr_t __user *, iocbpp)
Type:
Parameter:Nothing
1953 | ret = 0 |
1954 | i = 0 |
1957 | If Value for the false possibility is greater at compile time(nr < 0) Then Return -EINVAL |
1960 | ctx = lookup_ioctx(ctx_id) |
1961 | If Value for the false possibility is greater at compile time(!ctx) Then |
1966 | If nr > Size of ringbuffer, in units of struct io_event Then nr = Size of ringbuffer, in units of struct io_event |
1969 | If nr > Plugging is meant to work with larger batches of IOs. If we don't* have more than the below, then don't bother setting up a plug. Then blk_start_plug( & plug) |
1980 | If ret Then Break |
1983 | If nr > Plugging is meant to work with larger batches of IOs. If we don't* have more than the below, then don't bother setting up a plug. Then blk_finish_plug( & plug) |
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 |